Fix typos

This commit is contained in:
Zhang Wanming 2010-12-20 17:20:57 +08:00 committed by Colin Guthrie
parent 1c83b03c27
commit 4269b05b97
10 changed files with 16 additions and 16 deletions

View file

@ -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