Spelling fixes in public headers

This commit is contained in:
Maarten Bosmans 2011-08-24 18:24:45 +02:00 committed by Colin Guthrie
parent 460a24778b
commit 231645d4fc
10 changed files with 39 additions and 39 deletions

View file

@ -37,7 +37,7 @@
* \section overv_sec Overview
*
* Sinks, sources, sink inputs and samples can all have their own volumes.
* To deal with these, The PulseAudio libray contains a number of functions
* To deal with these, The PulseAudio library contains a number of functions
* that ease handling.
*
* The basic volume type in PulseAudio is the \ref pa_volume_t type. Most of
@ -71,7 +71,7 @@
* \section conv_sec Convenience Functions
*
* To handle the pa_cvolume structure, the PulseAudio library provides a
* number of convenienc functions:
* number of convenience functions:
*
* \li pa_cvolume_valid() - Tests if a pa_cvolume structure is valid.
* \li pa_cvolume_equal() - Tests if two pa_cvolume structures are identical.