mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
Fix spelling sucess -> success
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
b746e09448
commit
112c300ae1
3 changed files with 4 additions and 4 deletions
|
|
@ -70,7 +70,7 @@ void pa_mcalign_free(pa_mcalign *m);
|
|||
* has to free the memchunk by himself. */
|
||||
void pa_mcalign_push(pa_mcalign *m, const pa_memchunk *c);
|
||||
|
||||
/* Pop a new memchunk from the aligner. Returns 0 when sucessful,
|
||||
/* Pop a new memchunk from the aligner. Returns 0 when successful,
|
||||
* nonzero otherwise. */
|
||||
int pa_mcalign_pop(pa_mcalign *m, pa_memchunk *c);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue