log: Totally trivial spelling 'correction' (for en-US)
authorColin Guthrie <cguthrie@mandriva.org>
Sun, 17 Oct 2010 20:05:39 +0000 (21:05 +0100)
committerColin Guthrie <cguthrie@mandriva.org>
Sun, 17 Oct 2010 20:05:39 +0000 (21:05 +0100)
src/pulsecore/sink-input.c

index fe840b8..065fd2d 100644 (file)
@@ -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;
     }