mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -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
				
			
		| 
						 | 
					@ -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_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);
 | 
					                    pa_strnull(pa_proplist_gets(pl, PA_PROP_APPLICATION_NAME)), name);
 | 
				
			||||||
    else
 | 
					    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_strnull(pa_proplist_gets(pl, PA_PROP_APPLICATION_NAME)), name);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    pa_proplist_unset(pl, PA_PROP_FILTER_APPLY_MOVING);
 | 
					    pa_proplist_unset(pl, PA_PROP_FILTER_APPLY_MOVING);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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_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);
 | 
					                        pa_strnull(pa_proplist_gets(i->proplist, PA_PROP_APPLICATION_NAME)), sink->name);
 | 
				
			||||||
        else
 | 
					        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);
 | 
					                        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_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);
 | 
					                        pa_strnull(pa_proplist_gets(o->proplist, PA_PROP_APPLICATION_NAME)), source->name);
 | 
				
			||||||
        else
 | 
					        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);
 | 
					                        pa_strnull(pa_proplist_gets(o->proplist, PA_PROP_APPLICATION_NAME)), source->name);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -70,7 +70,7 @@ void pa_mcalign_free(pa_mcalign *m);
 | 
				
			||||||
 * has to free the memchunk by himself. */
 | 
					 * has to free the memchunk by himself. */
 | 
				
			||||||
void pa_mcalign_push(pa_mcalign *m, const pa_memchunk *c);
 | 
					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. */
 | 
					 * nonzero otherwise. */
 | 
				
			||||||
int pa_mcalign_pop(pa_mcalign *m, pa_memchunk *c);
 | 
					int pa_mcalign_pop(pa_mcalign *m, pa_memchunk *c);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue