X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/fab254c41929c237130c693677a2eb4363cf08bc..b351e068179c25ab615916b792d9e23e0f21c6f7:/src/pulse/context.h diff --git a/src/pulse/context.h b/src/pulse/context.h index b2d4133e..6e615f6a 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);