Commit df10d15d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix comment !

parent a106e0a3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment