From 752e87a9f0aa58a982949a95d7512801cc26fc00 Mon Sep 17 00:00:00 2001 From: Adam- Date: Thu, 22 Apr 2010 00:32:18 +0000 Subject: Fixed two log message typos, patch from Lethality git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2904 5417fbe8-f217-4b02-8779-1006273d7864 --- src/protocol/unreal32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocol') diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 609c27a79..e1b673c25 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -1021,7 +1021,7 @@ int anope_event_error(const char *source, int ac, const char **av) { Alog(LOG_DEBUG) << av[0]; if(strstr(av[0],"No matching link configuration")!=0) - Alog() << "Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf"; + Alog() << "Error: Your IRCD's link block may not be setup correctly, please check unrealircd.conf"; } return MOD_CONT; -- cgit