Fix typo in log message: s/may no be/may not be/
authorchocolateboy <chocolate@cpan.org>
Sat, 26 Dec 2009 01:46:32 +0000 (01:46 +0000)
committerLennart Poettering <lennart@poettering.net>
Tue, 5 Jan 2010 19:33:35 +0000 (20:33 +0100)
Hi, Lennart.

Spotted another typo. Patch attached.

Best wishes,
chocolateboy.

src/modules/x11/module-x11-xsmp.c

index 28fd373..47a4e93 100644 (file)
@@ -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;
     }