]> code.delx.au - pulseaudio/commitdiff
Fix spelling sucess -> success
authorDavid Henningsson <david.henningsson@canonical.com>
Wed, 24 Aug 2011 12:01:27 +0000 (14:01 +0200)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Wed, 24 Aug 2011 12:08:16 +0000 (17:38 +0530)
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
src/modules/module-filter-apply.c
src/modules/module-switch-on-connect.c
src/pulsecore/mcalign.h

index bf5d0c5056e1cbe23d1666aaf135a89b33dc4327..204081299adcd885fb35c8c9fdf1a3cfd67ce257 100644 (file)
@@ -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);
index b1570b1ad5ce1ef69bd82d325e73f4b8f9148f3c..86eadd785768dafee4ce31456176d98ed31976fa 100644 (file)
@@ -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);
     }
 
index e82eb0078169456535b8bae4943a0d73919b03f0..e897643b4a95d920dd32415c672a6abe5c5fa2eb 100644 (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);