about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2009-01-09 20:18:23 +0100
committerAlexander Barton <alex@barton.de>2009-01-20 17:20:30 +0100
commit3be9c477be674228c86378e017a70bf49acf06a4 (patch)
tree0ea9cceb3a5edb2c42f3105149d0ea7605487f75 /src
parentd09094812f5a8998e779fd75d265396486878117 (diff)
downloadngircd-3be9c477be674228c86378e017a70bf49acf06a4.tar.gz
ngircd-3be9c477be674228c86378e017a70bf49acf06a4.zip
Fix spelling of log message: "channek" vs. "channel" ...
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngircd/channel.c b/src/ngircd/channel.c
index 8408ccb8..0a1ba455 100644
--- a/src/ngircd/channel.c
+++ b/src/ngircd/channel.c
@@ -1080,7 +1080,7 @@ Channel_CheckKey(CHANNEL *Chan, CLIENT *Client, const char *Key)
 		return false;
 	fd = fopen(file_name, "r");
 	if (!fd) {
-		Log(LOG_ERR, "Can't open channek key file \"%s\" for %s: %s",
+		Log(LOG_ERR, "Can't open channel key file \"%s\" for %s: %s",
 		    file_name, Chan->name, strerror(errno));
 		return false;
 	}