mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
More spelling fixes
This commit is contained in:
parent
231645d4fc
commit
c5dca7cf2b
81 changed files with 165 additions and 167 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#include <pulsecore/iochannel.h>
|
||||
|
||||
/* An ioline wraps an iochannel for line based communication. A
|
||||
* callback function is called whenever a new line has been recieved
|
||||
* callback function is called whenever a new line has been received
|
||||
* from the client */
|
||||
|
||||
typedef struct pa_ioline pa_ioline;
|
||||
|
|
@ -46,7 +46,7 @@ void pa_ioline_puts(pa_ioline *s, const char *c);
|
|||
/* Write a string to the channel */
|
||||
void pa_ioline_printf(pa_ioline *s, const char *format, ...) PA_GCC_PRINTF_ATTR(2,3);
|
||||
|
||||
/* Set the callback function that is called for every recieved line */
|
||||
/* Set the callback function that is called for every received line */
|
||||
void pa_ioline_set_callback(pa_ioline*io, pa_ioline_cb_t callback, void *userdata);
|
||||
|
||||
/* Set the callback function that is called when everything has been written */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue