From a282eadb88f26cea183399dba267d619bbdcd6df Mon Sep 17 00:00:00 2001 From: chocolateboy Date: Sat, 26 Dec 2009 01:46:32 +0000 Subject: Fix typo in log message: s/may no be/may not be/ Hi, Lennart. Spotted another typo. Patch attached. Best wishes, chocolateboy. --- src/modules/x11/module-x11-xsmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/x11/module-x11-xsmp.c') diff --git a/src/modules/x11/module-x11-xsmp.c b/src/modules/x11/module-x11-xsmp.c index 28fd373a..47a4e93e 100644 --- a/src/modules/x11/module-x11-xsmp.c +++ b/src/modules/x11/module-x11-xsmp.c @@ -129,7 +129,7 @@ int pa__init(pa_module*m) { pa_assert(m); if (ice_in_use) { - pa_log("module-x11-xsmp may no be loaded twice."); + pa_log("module-x11-xsmp may not be loaded twice."); return -1; } -- cgit