[vlc-devel] commit: Speak English ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat May 3 16:59:50 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sat May 3 18:01:02 2008 +0300| [500cb6f49cf3dec6f5f54cfc8286b0b40381610f]
Speak English
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=500cb6f49cf3dec6f5f54cfc8286b0b40381610f
---
src/libvlc-common.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libvlc-common.c b/src/libvlc-common.c
index 89a5cde..575c76d 100644
--- a/src/libvlc-common.c
+++ b/src/libvlc-common.c
@@ -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 );
More information about the vlc-devel
mailing list