summaryrefslogtreecommitdiff
path: root/src/pulsecore
diff options
context:
space:
mode:
authorPeter Meerwald <p.meerwald@bct-electronic.com>2011-12-19 12:28:43 +0100
committerArun Raghavan <arun.raghavan@collabora.co.uk>2011-12-20 10:22:01 +0530
commite33aeaa7fb4dc37596bf98f51d5f8d1cb5801079 (patch)
treebf5ebaac0f65834e856200ae676a94f2e521063e /src/pulsecore
parent638b0264e09bd68d75a79754c180519fbda86b36 (diff)
downloadpulseaudio-e33aeaa7fb4dc37596bf98f51d5f8d1cb5801079.tar.gz
core: fix typo in logging
Diffstat (limited to 'src/pulsecore')
-rw-r--r--src/pulsecore/sink-input.c2
-rw-r--r--src/pulsecore/source-output.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pulsecore/sink-input.c b/src/pulsecore/sink-input.c
index 23b6b4b37..93caa8fa8 100644
--- a/src/pulsecore/sink-input.c
+++ b/src/pulsecore/sink-input.c
@@ -2072,7 +2072,7 @@ int pa_sink_input_update_rate(pa_sink_input *i) {
i->actual_resample_method = new_resampler ? pa_resampler_get_method(new_resampler) : PA_RESAMPLER_INVALID;
- pa_log_debug("Updated resmpler for sink input %d", i->index);
+ pa_log_debug("Updated resampler for sink input %d", i->index);
return 0;
}
diff --git a/src/pulsecore/source-output.c b/src/pulsecore/source-output.c
index 049046ab7..8a35ab0f7 100644
--- a/src/pulsecore/source-output.c
+++ b/src/pulsecore/source-output.c
@@ -1664,7 +1664,7 @@ int pa_source_output_update_rate(pa_source_output *o) {
o->actual_resample_method = new_resampler ? pa_resampler_get_method(new_resampler) : PA_RESAMPLER_INVALID;
- pa_log_debug("Updated resmpler for source output %d", o->index);
+ pa_log_debug("Updated resampler for source output %d", o->index);
return 0;
}