From 340729d66f748c067f63f1a24679513963e19b2d Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 17 Oct 2010 21:05:39 +0100 Subject: log: Totally trivial spelling 'correction' (for en-US) --- src/pulsecore/sink-input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/sink-input.c') 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; } -- cgit