]> git.sesse.net Git - vlc/commitdiff
Some more typos
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 29 Mar 2006 17:11:32 +0000 (17:11 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 29 Mar 2006 17:11:32 +0000 (17:11 +0000)
modules/control/rc.c

index ff1ac759ceea250b922085f98577525e5ff68416..d8e50761599bc0254f20e8d74103059ed52cebc6 100644 (file)
@@ -1925,7 +1925,7 @@ static int Menu( vlc_object_t *p_this, char const *psz_cmd,
 
     if ( !*newval.psz_string )
     {
-        msg_rc( _("Please provide one of the following paramaters:") );
+        msg_rc( _("Please provide one of the following parameters:") );
         msg_rc( "[on|off|up|down|left|right|select]" );
         return i_error;
     }
@@ -1964,7 +1964,7 @@ static int Menu( vlc_object_t *p_this, char const *psz_cmd,
         osd_MenuActivate( p_this );
     else
     {
-        msg_rc( _("Please provide one of the following paramaters:") );
+        msg_rc( _("Please provide one of the following parameters:") );
         msg_rc( "[on|off|up|down|left|right|select]" );
         if( val.psz_string ) free( val.psz_string );
             return i_error;