X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/fab254c41929c237130c693677a2eb4363cf08bc..b351e068179c25ab615916b792d9e23e0f21c6f7:/src/pulse/proplist.h diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h index 97694dfe..5802394a 100644 --- a/src/pulse/proplist.h +++ b/src/pulse/proplist.h @@ -311,7 +311,7 @@ int pa_proplist_set(pa_proplist *p, const char *key, const void *data, size_t nb * the data before accessing the property list again. \since 0.9.11 */ const char *pa_proplist_gets(pa_proplist *p, const char *key); -/** Return the the value for the specified key. Will return a +/** Return the value for the specified key. Will return a * NUL-terminated string for string entries. The pointer returned will * point to an internally allocated buffer. The caller should make a * copy of the data before the property list is accessed again. \since