Fix documentation of constant: PA_VOLUME_MUTED (not PA_VOLUME_MUTE)
authorColin Guthrie <pulse@colin.guthr.ie>
Thu, 3 Jul 2008 22:06:08 +0000 (23:06 +0100)
committerColin Guthrie <pulse@colin.guthr.ie>
Thu, 3 Jul 2008 22:51:45 +0000 (23:51 +0100)
src/pulse/volume.h

index 3befb1d..5cce083 100644 (file)
@@ -61,7 +61,7 @@
  *
  * The functions described above are only valid when used with
  * software volumes. Hence it is usually a better idea to treat all
- * volume values as opaque with a range from PA_VOLUME_MUTE (0%) to
+ * volume values as opaque with a range from PA_VOLUME_MUTED (0%) to
  * PA_VOLUME_NORM (100%) and to refrain from any calculations with
  * them.
  *