From efd58cb463c70b42d8a58011c452c7d763ea6ab8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Tue, 15 Nov 2011 15:41:40 -0500 Subject: [PATCH] spelling --- bin/vlc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/vlc.c b/bin/vlc.c index 3451360d31..6969a1b5b4 100644 --- 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()); -- 2.39.5