summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink-input.c
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2010-10-17 21:05:39 +0100
committerColin Guthrie <cguthrie@mandriva.org>2010-10-17 21:05:39 +0100
commit340729d66f748c067f63f1a24679513963e19b2d (patch)
treebe54815644e10f5bc2b5565e8252a1b8d79b6552 /src/pulsecore/sink-input.c
parent34c545c00cab2252425449ebba4ef8c60c56b4d3 (diff)
log: Totally trivial spelling 'correction' (for en-US)
Diffstat (limited to 'src/pulsecore/sink-input.c')
-rw-r--r--src/pulsecore/sink-input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/sink-input.c b/src/pulsecore/sink-input.c
index fe840b88..065fd2d3 100644
--- a/src/pulsecore/sink-input.c
+++ b/src/pulsecore/sink-input.c
@@ -1181,7 +1181,7 @@ pa_bool_t pa_sink_input_may_move(pa_sink_input *i) {
return FALSE;
if (i->sync_next || i->sync_prev) {
- pa_log_warn("Moving synchronised streams not supported.");
+ pa_log_warn("Moving synchronized streams not supported.");
return FALSE;
}