]> git.sesse.net Git - vlc/commitdiff
Gestures: Fix typo in comment.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 24 Mar 2007 20:57:23 +0000 (20:57 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 24 Mar 2007 20:57:23 +0000 (20:57 +0000)
modules/control/gestures.c

index 9bfa5a3b9cf43ebef5380534883edd17d20ba858..670b7eb5134c7629308671651f5bb2a5522a8955 100644 (file)
@@ -263,7 +263,7 @@ static int InitThread( intf_thread_t * p_intf )
 
         /* p_intf->p_sys->p_input references counting strategy:
          * - InitThread is responsible for only one ref count retaining
-         * - EndThread is responsible for the correspondinf release */
+         * - EndThread is responsible for the corresponding release */
         p_input = vlc_object_find( p_intf, VLC_OBJECT_INPUT, FIND_PARENT );
 
         vlc_mutex_lock( &p_intf->change_lock );