]> code.delx.au - pulseaudio/commitdiff
fix typo
authorLennart Poettering <lennart@poettering.net>
Tue, 26 Aug 2008 13:45:37 +0000 (15:45 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 26 Aug 2008 13:45:37 +0000 (15:45 +0200)
src/pulse/stream.h

index 2a8f7a8b1f601e7887c72a5e772dab65f7627be0..6cb363c8b1a9c343fde31eec9651d3e583b8ac34 100644 (file)
@@ -473,7 +473,7 @@ void pa_stream_set_underflow_callback(pa_stream *p, pa_stream_notify_cb_t cb, vo
 
 /** Set the callback function that is called when a the server starts
  * playback after an underrun or on initial startup. This only informs
- * that audio is flowing again, it is no indication that audio startet
+ * that audio is flowing again, it is no indication that audio started
  * to reach the speakers already. (Only for playback streams). \since
  * 0.9.11 */
 void pa_stream_set_started_callback(pa_stream *p, pa_stream_notify_cb_t cb, void *userdata);