From 0c0c285e7963fa99b0584c62695ea3702cbb904c 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/main.c') diff --git a/src/daemon/main.c b/src/daemon/main.c index f9fcc925..cad6f70d 100644 --- a/src/daemon/main.c +++ b/src/daemon/main.c @@ -926,7 +926,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