summaryrefslogtreecommitdiff
path: root/src/pulse/context.h
diff options
context:
space:
mode:
authorPeter Meerwald <pmeerw@pmeerw.net>2012-01-08 13:16:51 +0100
committerTanu Kaskinen <tanuk@iki.fi>2012-01-28 17:51:59 +0200
commitb351e068179c25ab615916b792d9e23e0f21c6f7 (patch)
treef0589a7e85a061db479963bd856f5fc773dbf1a2 /src/pulse/context.h
parentfab254c41929c237130c693677a2eb4363cf08bc (diff)
fix the ever-popular 'the the' typo
some are comments, some are user-visible doxygen text and documentation
Diffstat (limited to 'src/pulse/context.h')
-rw-r--r--src/pulse/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/context.h b/src/pulse/context.h
index b2d4133ee..6e615f6a5 100644
--- a/src/pulse/context.h
+++ b/src/pulse/context.h
@@ -174,7 +174,7 @@ typedef void (*pa_context_event_cb_t)(pa_context *c, const char *name, pa_propli
pa_context *pa_context_new(pa_mainloop_api *mainloop, const char *name);
/** Instantiate a new connection context with an abstract mainloop API
- * and an application name, and specify the the initial client property
+ * and an application name, and specify the initial client property
* list. \since 0.9.11 */
pa_context *pa_context_new_with_proplist(pa_mainloop_api *mainloop, const char *name, pa_proplist *proplist);