[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.19-298-ga282ead

Lennart Poettering gitmailer-noreply at 0pointer.de
Tue Jan 5 11:34:14 PST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  cb38d4eba185e9a1895aab914be6ebd5a86db74f (commit)

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

Summary of changes:
 src/modules/x11/module-x11-xsmp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------

commit a282eadb88f26cea183399dba267d619bbdcd6df
Author: chocolateboy <chocolate at cpan.org>
Date:   Sat Dec 26 01:46:32 2009 +0000

    Fix typo in log message: s/may no be/may not be/
    
    Hi, Lennart.
    
    Spotted another typo. Patch attached.
    
    Best wishes,
    chocolateboy.

diff --git a/src/modules/x11/module-x11-xsmp.c b/src/modules/x11/module-x11-xsmp.c
index 28fd373..47a4e93 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;
     }
 

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list