diff options
author | Colin Guthrie <pulse@colin.guthr.ie> | 2009-02-03 23:46:03 +0000 |
---|---|---|
committer | Colin Guthrie <pulse@colin.guthr.ie> | 2009-02-03 23:46:13 +0000 |
commit | d1957b8325dc66ac6f691b13c8408e820685248a (patch) | |
tree | 51fde1a92fbbf9d0f0f6074b823fd04a3af5083d | |
parent | e28903e9e024702625f164a5e069fb2f4c275def (diff) |
Trivial typo in a comment
-rw-r--r-- | src/modules/module-raop-sink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/module-raop-sink.c b/src/modules/module-raop-sink.c index cfdda8d7..1784b2cc 100644 --- a/src/modules/module-raop-sink.c +++ b/src/modules/module-raop-sink.c @@ -275,7 +275,7 @@ static void sink_set_volume_cb(pa_sink *s) { /* Create a pa_cvolume version of our single value */ pa_cvolume_set(&hw, s->sample_spec.channels, v); - /* Perfome any software manipulation of the volume needed */ + /* Perform any software manipulation of the volume needed */ pa_sw_cvolume_divide(&s->soft_volume, &s->virtual_volume, &hw); pa_log_debug("Requested volume: %s", pa_cvolume_snprint(t, sizeof(t), &s->virtual_volume)); |