summaryrefslogtreecommitdiff
path: root/src/modules/oss
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-08-24 18:24:46 +0200
committerColin Guthrie <colin@mageia.org>2011-08-25 11:27:47 +0100
commitc5dca7cf2b0423f152c6e81a503cc9639b08f09f (patch)
tree79152766b25a399806bc474e99f9a3e6c81fc341 /src/modules/oss
parent231645d4fc247d9adf06549d087a0a1fb73b9c46 (diff)
downloadpulseaudio-c5dca7cf2b0423f152c6e81a503cc9639b08f09f.tar.gz
More spelling fixes
Diffstat (limited to 'src/modules/oss')
-rw-r--r--src/modules/oss/module-oss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/oss/module-oss.c b/src/modules/oss/module-oss.c
index accac3234..6f0f2713d 100644
--- a/src/modules/oss/module-oss.c
+++ b/src/modules/oss/module-oss.c
@@ -27,7 +27,7 @@
* We make no difference between IDLE and RUNNING in our handling.
*
* As long as we are in RUNNING/IDLE state we will *always* write data to
- * the device. If none is avilable from the inputs, we write silence
+ * the device. If none is available from the inputs, we write silence
* instead.
*
* If power should be saved on IDLE module-suspend-on-idle should be used.