From: Jean-Baptiste Kempf Date: Sun, 27 Jul 2008 18:38:27 +0000 (-0700) Subject: Fix comment ! X-Git-Tag: 0.9.0-test3~207 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=df10d15df6fff2414f8d65c09eabc8cd7d291bfe;p=vlc Fix comment ! --- diff --git a/modules/gui/qt4/dialogs/help.cpp b/modules/gui/qt4/dialogs/help.cpp index d1c16fe659..559e751b19 100644 --- a/modules/gui/qt4/dialogs/help.cpp +++ b/modules/gui/qt4/dialogs/help.cpp @@ -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