From 0c0c285e7963fa99b0584c62695ea3702cbb904c Mon Sep 17 00:00:00 2001 From: Zhang Wanming Date: Mon, 20 Dec 2010 17:20:57 +0800 Subject: Fix typos --- src/pulsecore/pid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/pid.c') diff --git a/src/pulsecore/pid.c b/src/pulsecore/pid.c index 213e7983..cb500779 100644 --- a/src/pulsecore/pid.c +++ b/src/pulsecore/pid.c @@ -218,7 +218,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; } -- cgit