From df10d15df6fff2414f8d65c09eabc8cd7d291bfe Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sun, 27 Jul 2008 11:38:27 -0700 Subject: [PATCH] Fix comment ! --- modules/gui/qt4/dialogs/help.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.2