Fix spelling sucess -> success

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
David Henningsson 2011-08-24 14:01:27 +02:00 committed by Arun Raghavan
parent b746e09448
commit 112c300ae1
3 changed files with 4 additions and 4 deletions

View file

@ -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);