summaryrefslogtreecommitdiffstats
path: root/src/pulse/stream.h
diff options
context:
space:
mode:
authorDavid Fries <david@fries.net>2010-09-18 09:07:15 -0500
committerColin Guthrie <cguthrie@mandriva.org>2010-10-13 09:07:39 +0100
commit34b568af95426baa63a159f04d37f3ea853e5d2e (patch)
tree1ca1edee401e308ba1e69fbd682ef30d7d8e64e8 /src/pulse/stream.h
parent3de129f3ac8dd6cf51178b266837db4d5e4a1215 (diff)
doxygen: Fix documentation typos
Diffstat (limited to 'src/pulse/stream.h')
-rw-r--r--src/pulse/stream.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/pulse/stream.h b/src/pulse/stream.h
index b9057885..46bc02a7 100644
--- a/src/pulse/stream.h
+++ b/src/pulse/stream.h
@@ -486,8 +486,8 @@ int pa_stream_cancel_write(
* data is not copied. If NULL, the data is copied into an internal
* buffer. The client may freely seek around in the output buffer. For
* most applications passing 0 and PA_SEEK_RELATIVE as arguments for
- * offset and seek should be useful. Afte ther write call succeeded
- * the write index will be a the position after where this chunk of
+ * offset and seek should be useful. After the write call succeeded
+ * the write index will be at the position after where this chunk of
* data has been written to.
*
* As an optimization for avoiding needless memory copies you may call
@@ -739,8 +739,9 @@ pa_operation *pa_stream_proplist_remove(pa_stream *s, const char *const keys[],
* 0.9.11 */
int pa_stream_set_monitor_stream(pa_stream *s, uint32_t sink_input_idx);
-/** Return what has been set with pa_stream_set_monitor_stream()
- * ebfore. \since 0.9.11 */
+/** Return the sink input index previously set with
+ * pa_stream_set_monitor_stream().
+ * \since 0.9.11 */
uint32_t pa_stream_get_monitor_stream(pa_stream *s);
PA_C_DECL_END