Trivial typo in a comment
authorColin Guthrie <pulse@colin.guthr.ie>
Tue, 3 Feb 2009 23:46:03 +0000 (23:46 +0000)
committerColin Guthrie <pulse@colin.guthr.ie>
Tue, 3 Feb 2009 23:46:13 +0000 (23:46 +0000)
src/modules/module-raop-sink.c

index cfdda8d..1784b2c 100644 (file)
@@ -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));