Index: zm-hg-quiltv3/src/zm_local_camera.cpp
===================================================================
--- zm-hg-quiltv3.orig/src/zm_local_camera.cpp	2010-07-09 14:37:53.000000000 -0700
+++ zm-hg-quiltv3/src/zm_local_camera.cpp	2010-07-09 14:38:07.000000000 -0700
@@ -1216,7 +1216,7 @@
             if ( errno != EINVAL )
                 Error( "Unable to query brightness: %s", strerror(errno) )
             else
-                Warning( "Brightness control is not suppported" )
+                Warning( "Brightness control is not supported" )
             Info( "Brightness 1 %d", vid_control.value );
         }
         else if ( p_brightness >= 0 )
@@ -1276,7 +1276,7 @@
             if ( errno != EINVAL )
                 Error( "Unable to query hue: %s", strerror(errno) )
             else
-                Warning( "Hue control is not suppported" )
+                Warning( "Hue control is not supported" )
         }
         else if ( p_hue >= 0 )
         {
@@ -1333,7 +1333,7 @@
             if ( errno != EINVAL )
                 Error( "Unable to query saturation: %s", strerror(errno) )
             else
-                Warning( "Saturation control is not suppported" )
+                Warning( "Saturation control is not supported" )
         }
         else if ( p_colour >= 0 )
         {
@@ -1390,7 +1390,7 @@
             if ( errno != EINVAL )
                 Error( "Unable to query contrast: %s", strerror(errno) )
             else
-                Warning( "Contrast control is not suppported" )
+                Warning( "Contrast control is not supported" )
         }
         else if ( p_contrast >= 0 )
         {
