]> git.alsa-project.org Git - alsa-lib.git/commitdiff
fixed typo in comment
authorJaroslav Kysela <perex@perex.cz>
Wed, 21 Sep 2005 08:24:31 +0000 (08:24 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 21 Sep 2005 08:24:31 +0000 (08:24 +0000)
include/pcm.h

index d814a43e612d94e3fc32bc09852fc145259f9ddd..4927add25ce931b015c4d6a6686883a010dcf6f6 100644 (file)
@@ -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 */