From 112c300ae12e3878057e22dcba668e832b2b4a96 Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Wed, 24 Aug 2011 14:01:27 +0200 Subject: [PATCH] Fix spelling sucess -> success Signed-off-by: David Henningsson --- src/modules/module-filter-apply.c | 2 +- src/modules/module-switch-on-connect.c | 4 ++-- src/pulsecore/mcalign.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/module-filter-apply.c b/src/modules/module-filter-apply.c index bf5d0c5..2040812 100644 --- a/src/modules/module-filter-apply.c +++ b/src/modules/module-filter-apply.c @@ -219,7 +219,7 @@ static void move_object_for_filter(pa_object *o, struct filter* filter, pa_bool_ pa_log_info("Failed to move %s for \"%s\" to <%s>.", is_sink_input ? "sink-input" : "source-output", pa_strnull(pa_proplist_gets(pl, PA_PROP_APPLICATION_NAME)), name); else - pa_log_info("Sucessfully moved %s for \"%s\" to <%s>.", is_sink_input ? "sink-input" : "source-output", + pa_log_info("Successfully moved %s for \"%s\" to <%s>.", is_sink_input ? "sink-input" : "source-output", pa_strnull(pa_proplist_gets(pl, PA_PROP_APPLICATION_NAME)), name); pa_proplist_unset(pl, PA_PROP_FILTER_APPLY_MOVING); diff --git a/src/modules/module-switch-on-connect.c b/src/modules/module-switch-on-connect.c index b1570b1..86eadd7 100644 --- a/src/modules/module-switch-on-connect.c +++ b/src/modules/module-switch-on-connect.c @@ -94,7 +94,7 @@ static pa_hook_result_t sink_put_hook_callback(pa_core *c, pa_sink *sink, void* pa_log_info("Failed to move sink input %u \"%s\" to %s.", i->index, pa_strnull(pa_proplist_gets(i->proplist, PA_PROP_APPLICATION_NAME)), sink->name); else - pa_log_info("Sucessfully moved sink input %u \"%s\" to %s.", i->index, + pa_log_info("Successfully moved sink input %u \"%s\" to %s.", i->index, pa_strnull(pa_proplist_gets(i->proplist, PA_PROP_APPLICATION_NAME)), sink->name); } @@ -147,7 +147,7 @@ static pa_hook_result_t source_put_hook_callback(pa_core *c, pa_source *source, pa_log_info("Failed to move source output %u \"%s\" to %s.", o->index, pa_strnull(pa_proplist_gets(o->proplist, PA_PROP_APPLICATION_NAME)), source->name); else - pa_log_info("Sucessfully moved source output %u \"%s\" to %s.", o->index, + pa_log_info("Successfully moved source output %u \"%s\" to %s.", o->index, pa_strnull(pa_proplist_gets(o->proplist, PA_PROP_APPLICATION_NAME)), source->name); } diff --git a/src/pulsecore/mcalign.h b/src/pulsecore/mcalign.h index e82eb00..e897643 100644 --- a/src/pulsecore/mcalign.h +++ b/src/pulsecore/mcalign.h @@ -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); -- 2.7.4