diff options
Diffstat (limited to 'src/pulsecore/sink-input.c')
-rw-r--r-- | src/pulsecore/sink-input.c | 2 |
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; } |