]> code.delx.au - pulseaudio/commitdiff
core: comment typo
authorPeter Meerwald <p.meerwald@bct-electronic.com>
Mon, 19 Dec 2011 11:28:44 +0000 (12:28 +0100)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 20 Dec 2011 04:52:37 +0000 (10:22 +0530)
src/pulsecore/source.c

index f7196cfcead04ddb00759e928f503e3bad79fe89..ab75b2162b2361c9a721e641c04e064dcf80669b 100644 (file)
@@ -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;
     }