Fix documentation of constant: PA_VOLUME_MUTED (not PA_VOLUME_MUTE)

This commit is contained in:
Colin Guthrie 2008-07-03 23:06:08 +01:00
parent 1568fcc979
commit 0786de2ba5

View 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.
*