Fix typo in log message: s/may no be/may not be/

Hi, Lennart.

Spotted another typo. Patch attached.

Best wishes,
chocolateboy.
This commit is contained in:
chocolateboy 2009-12-26 01:46:32 +00:00 committed by Lennart Poettering
parent cb38d4eba1
commit a282eadb88

View file

@ -129,7 +129,7 @@ int pa__init(pa_module*m) {
pa_assert(m); pa_assert(m);
if (ice_in_use) { 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; return -1;
} }