about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
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;
 	}