[pulseaudio-discuss] [PATCH] core: comment typo

Peter Meerwald pmeerw at pmeerw.net
Mon Dec 19 03:28:44 PST 2011


From: Peter Meerwald <p.meerwald at bct-electronic.com>

---
 src/pulsecore/source.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pulsecore/source.c b/src/pulsecore/source.c
index f7196cf..ab75b21 100644
--- a/src/pulsecore/source.c
+++ b/src/pulsecore/source.c
@@ -1481,7 +1481,7 @@ void pa_source_set_volume(
     /* make sure we don't change the volume in PASSTHROUGH mode ...
      * ... *except* if we're being invoked to reset the volume to ensure 0 dB gain */
     if (pa_source_is_passthrough(s) && (!volume || !pa_cvolume_is_norm(volume))) {
-        pa_log_warn("Cannot change volume, Source is monitor of a PASSTHROUGH sink");
+        pa_log_warn("Cannot change volume, source is monitor of a PASSTHROUGH sink");
         return;
     }
 
-- 
1.7.4.1



More information about the pulseaudio-discuss mailing list