Fix random typos. (I searched, and the ALSA define does not seem to be
used anywhere, so this should not break anything.)
    
Signed-off-by: Pavel Machek <pa...@ucw.cz>

diff --git a/lib/libv4l2/libv4l2.c b/lib/libv4l2/libv4l2.c
index 0ba0a88..1b06b6f 100644
--- a/lib/libv4l2/libv4l2.c
+++ b/lib/libv4l2/libv4l2.c
@@ -789,7 +789,7 @@ no_capture:
 
        /* Note we always tell v4lconvert to optimize src fmt selection for
           our default fps, the only exception is the app explicitly selecting
-          a fram erate using the S_PARM ioctl after a S_FMT */
+          a frame rate using the S_PARM ioctl after a S_FMT */
        if (devices[index].convert)
                v4lconvert_set_fps(devices[index].convert, V4L2_DEFAULT_FPS);
        v4l2_update_fps(index, &parm);
diff --git a/utils/qv4l2/qv4l2.cpp b/utils/qv4l2/qv4l2.cpp
index bf8b85a..d1c89da 100644
--- a/utils/qv4l2/qv4l2.cpp
+++ b/utils/qv4l2/qv4l2.cpp
@@ -17,7 +17,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, 
USA.
  */
 
-#ifdef ENABLE_ASLA
+#ifdef ENABLE_ALSA
 extern "C" {
 #include "alsa_stream.h"
 }

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

Attachment: signature.asc
Description: Digital signature

Reply via email to