Fix issue 11: Typo
authorfatbob313 <martin@fatbob.nu>
Sat, 8 Jan 2011 21:45:31 +0000 (21:45 +0000)
committerfatbob313 <martin@fatbob.nu>
Sat, 8 Jan 2011 21:45:31 +0000 (21:45 +0000)
src/main.c

index 863a7d4dacfd2ca8e54b35bd3414ef12c7e092ab..70358e61ad88ebb71215f4f3041760e546044515 100644 (file)
@@ -130,7 +130,7 @@ void printhelp()
 {
        printf("uMurmur version %s. Mumble protocol %d.%d.%d\n", UMURMUR_VERSION, PROTVER_MAJOR, PROTVER_MINOR, PROTVER_PATCH);
        printf("Usage: umurmurd [-d] [-p <pidfile>] [-c <conf file>] [-h]\n");
-       printf("       -d             - Do not deamonize\n");
+       printf("       -d             - Do not daemonize\n");
        printf("       -p <pidfile>   - Write PID to this file\n");
        printf("       -c <conf file> - Specify configuration file\n");
 #ifdef _POSIX_PRIORITY_SCHEDULING