From 4269b05b975f453f5061cb83177520d95a2225ef Mon Sep 17 00:00:00 2001 From: Zhang Wanming Date: Mon, 20 Dec 2010 17:20:57 +0800 Subject: Fix typos --- src/daemon/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon') diff --git a/src/daemon/main.c b/src/daemon/main.c index c7e202a6..2f5bbe0b 100644 --- a/src/daemon/main.c +++ b/src/daemon/main.c @@ -867,7 +867,7 @@ int main(int argc, char *argv[]) { if (mlockall(MCL_FUTURE) < 0) pa_log_warn("mlockall() failed: %s", pa_cstrerror(errno)); else - pa_log_info("Sucessfully locked process into memory."); + pa_log_info("Successfully locked process into memory."); #else pa_log_warn("Memory locking requested but not supported on platform."); #endif -- cgit