Index: ZoneMinder-1.24.4/src/zm_local_camera.cpp
===================================================================
--- ZoneMinder-1.24.4.orig/src/zm_local_camera.cpp	2011-06-30 11:29:29.255038951 +1000
+++ ZoneMinder-1.24.4/src/zm_local_camera.cpp	2011-06-30 11:29:48.325040304 +1000
@@ -1273,7 +1273,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 )
@@ -1334,7 +1334,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 )
         {
@@ -1392,7 +1392,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 )
         {
@@ -1450,7 +1450,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 )
         {
