From 0cd54c5f6e11a98a0f0a5e44fd88e4e7826fa12d Mon Sep 17 00:00:00 2001 From: fatbob313 Date: Sat, 8 Jan 2011 21:45:31 +0000 Subject: [PATCH] Fix issue 11: Typo --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 863a7d4..70358e6 100644 --- a/src/main.c +++ b/src/main.c @@ -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 ] [-c ] [-h]\n"); - printf(" -d - Do not deamonize\n"); + printf(" -d - Do not daemonize\n"); printf(" -p - Write PID to this file\n"); printf(" -c - Specify configuration file\n"); #ifdef _POSIX_PRIORITY_SCHEDULING -- 2.30.2