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

@ -221,7 +221,7 @@ int pa_pid_file_create(const char *procname) {
if (procname)
if ((ours = proc_name_ours(pid, procname)) < 0) {
pa_log_warn("Could not check to see if pid %lu is a pulseaudio process. "
"Asssuming it is and the daemon is already running.", (unsigned long) pid);
"Assuming it is and the daemon is already running.", (unsigned long) pid);
goto fail;
}