aboutsummaryrefslogtreecommitdiff
path: root/include/pcm.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2005-09-21 08:24:31 +0000
committerJaroslav Kysela <perex@perex.cz>2005-09-21 08:24:31 +0000
commit31595805b20a30d628a27d46ed305272695476f4 (patch)
treeb09ff54739d83425861d961d2699b34b2b8bec88 /include/pcm.h
parent4284d7921270ec677ffe224ba026af4ece9c5dd3 (diff)
fixed typo in comment
Diffstat (limited to 'include/pcm.h')
-rw-r--r--include/pcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pcm.h b/include/pcm.h
index d814a43e..4927add2 100644
--- a/include/pcm.h
+++ b/include/pcm.h
@@ -305,7 +305,7 @@ enum _snd_pcm_type {
SND_PCM_TYPE_HW = 0,
/** Hooked PCM */
SND_PCM_TYPE_HOOKS,
- /** One ore more linked PCM with exclusive access to selected
+ /** One or more linked PCM with exclusive access to selected
channels */
SND_PCM_TYPE_MULTI,
/** File writing plugin */