summaryrefslogtreecommitdiffstats
path: root/src/daemon/main.c
diff options
context:
space:
mode:
authorZhang Wanming <wanming.zhang@tieto.com>2010-12-20 17:20:57 +0800
committerColin Guthrie <cguthrie@mandriva.org>2010-12-20 11:07:30 +0000
commit0c0c285e7963fa99b0584c62695ea3702cbb904c (patch)
tree8d986f2849ad522f514e311a78b30926d8fce1af /src/daemon/main.c
parentb75b8aaf424c892953ae26f7a98d78f510f6595e (diff)
Fix typos
Diffstat (limited to 'src/daemon/main.c')
-rw-r--r--src/daemon/main.c2
1 files changed, 1 insertions, 1 deletions
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