diff options
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |