mirror of
https://github.com/osmarks/ngircd.git
synced 2025-11-08 17:53:00 +00:00
Fix spelling of log message: "channek" vs. "channel" ...
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user