X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fconf.c;h=79376b80ba8b7c33335a6f0ddc1c61aecfae29c2;hb=eb86d234f8553cb018fe86483ee754817689439a;hp=70c96092a12912c7042d4d36226f3f6b099dcb64;hpb=5258fb7f7c3d92a35083f869bae4f05ab988d2da;p=ngircd-alex.git diff --git a/src/ngircd/conf.c b/src/ngircd/conf.c index 70c96092..79376b80 100644 --- a/src/ngircd/conf.c +++ b/src/ngircd/conf.c @@ -317,7 +317,7 @@ opers_puts(void) * This function waits for a keypress of the user when stdin/stdout are valid * tty's ("you can read our nice message and we can read in your keypress"). * - * @return 0 on succes, 1 on failure(s); therefore the result code can + * @return 0 on success, 1 on failure(s); therefore the result code can * directly be used by exit() when running "ngircd --configtest". */ GLOBAL int @@ -2319,7 +2319,7 @@ Conf_DebugDump(void) #endif /** - * Initialize server configuration structur to default values. + * Initialize server configuration structure to default values. * * @param Server Pointer to server structure to initialize. */