summaryrefslogtreecommitdiffstats
path: root/src/modules/x11/module-x11-xsmp.c
diff options
context:
space:
mode:
authorchocolateboy <chocolate@cpan.org>2009-12-26 01:46:32 +0000
committerLennart Poettering <lennart@poettering.net>2010-01-05 20:33:35 +0100
commita282eadb88f26cea183399dba267d619bbdcd6df (patch)
tree15bcbab2eac48d525b49a210998f08e0df4ef3b3 /src/modules/x11/module-x11-xsmp.c
parentcb38d4eba185e9a1895aab914be6ebd5a86db74f (diff)
Fix typo in log message: s/may no be/may not be/
Hi, Lennart. Spotted another typo. Patch attached. Best wishes, chocolateboy.
Diffstat (limited to 'src/modules/x11/module-x11-xsmp.c')
-rw-r--r--src/modules/x11/module-x11-xsmp.c2
1 files changed, 1 insertions, 1 deletions
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;
}