mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-18 06:59:57 -05:00
Fix typos
This commit is contained in:
parent
1c83b03c27
commit
4269b05b97
10 changed files with 16 additions and 16 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue