X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Flog.c;fp=src%2Fngircd%2Flog.c;h=028f43532c7cb8778ad80ca3c3a58d795d533452;hp=e5bed7912f28401ab93884ee5e84ad4c0c5f7465;hb=15dfdaac823c5927b096b2980753a6198a6a7741;hpb=bb8d207efa56b8dbdf366d980b848b0abd072a7d diff --git a/src/ngircd/log.c b/src/ngircd/log.c index e5bed791..028f4353 100644 --- a/src/ngircd/log.c +++ b/src/ngircd/log.c @@ -160,7 +160,7 @@ va_dcl * suitable for the mode ngIRCd is running in (daemon vs. non-daemon). * If LOG_snotice is set, the log messages goes to all user with the mode +s * set and the local &SERVER channel, too. - * Please note: you sould use LogDebug(...) for debug messages! + * Please note: you should use LogDebug(...) for debug messages! * @param Level syslog level (LOG_xxx) * @param Format Format string like printf(). * @param ... Further arguments.