]> git.sesse.net Git - vlc/commitdiff
Fix comment !
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 27 Jul 2008 18:38:27 +0000 (11:38 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 27 Jul 2008 18:38:53 +0000 (11:38 -0700)
modules/gui/qt4/dialogs/help.cpp

index d1c16fe659d4437bcd5ec2770df22073202134ac..559e751b190cb404ff2e6934cffa0eae77205874 100644 (file)
@@ -262,8 +262,9 @@ void UpdateDialog::UpdateOrDownload()
 
         if( dest_dir != "" )
         {
-            /*HACK: Qt4 isn't able to change the way OS deals with diretories names.
-                    Windows doesn't add an ending separtor so we might add it. */
+            /*HACK: Qt4 isn't able to change the way OS deals with directories
+              names. Windows doesn't add an ending separator so we might add it.
+             */
             #if defined( WIN32 ) || defined( UNDER_CE )
             dest_dir += DIR_SEP;
             #endif