]> git.sesse.net Git - vlc/commitdiff
spelling
authorRafaël Carré <funman@videolan.org>
Tue, 15 Nov 2011 20:41:40 +0000 (15:41 -0500)
committerRafaël Carré <funman@videolan.org>
Tue, 15 Nov 2011 20:58:03 +0000 (15:58 -0500)
bin/vlc.c

index 3451360d31cabe4e7a3c052f521ed6cd7133fefc..6969a1b5b440468c0a094e090b370eaf198f7b93 100644 (file)
--- a/bin/vlc.c
+++ b/bin/vlc.c
@@ -127,8 +127,8 @@ int main( int i_argc, const char *ppsz_argv[] )
     setlocale (LC_ALL, "");
 
     if (isatty (STDERR_FILENO))
-        /* This message clutters error logs. It is print it only on a TTY.
-         * Forunately, LibVLC prints version infos with -vv anyhow. */
+        /* This message clutters error logs. It is printed only on a TTY.
+         * Fortunately, LibVLC prints version info with -vv anyway. */
         fprintf (stderr, "VLC media player %s (revision %s)\n",
                  libvlc_get_version(), libvlc_get_changeset());