]> git.sesse.net Git - vlc/commitdiff
Speak English
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 3 May 2008 15:01:02 +0000 (18:01 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 3 May 2008 15:01:02 +0000 (18:01 +0300)
src/libvlc-common.c

index 89a5cde7efbcfd7a7a109da8721a3bdf63183840..575c76d656c0217dcb6cecd6b4b02fa086bd6a1b 100644 (file)
@@ -826,7 +826,7 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
     if( config_GetInt( p_libvlc, "one-instance" ) > 0 )
         VLC_AddIntf( 0, "dbus,none", false, false );
 
-    /* Prevents the power management daemon to suspend the computer
+    /* Prevents the power management daemon from suspending the system
      * when VLC is active */
     if( config_GetInt( p_libvlc, "inhibit" ) > 0 )
         VLC_AddIntf( 0, "inhibit,none", false, false );