From 0786de2ba5b75c557426cf05075823d8f4e3662b Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Thu, 3 Jul 2008 23:06:08 +0100 Subject: Fix documentation of constant: PA_VOLUME_MUTED (not PA_VOLUME_MUTE) --- src/pulse/volume.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulse/volume.h') diff --git a/src/pulse/volume.h b/src/pulse/volume.h index 3befb1da..5cce083e 100644 --- a/src/pulse/volume.h +++ b/src/pulse/volume.h @@ -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. * -- cgit