diff --git a/addon/doxywizard/doxywizard.cpp b/addon/doxywizard/doxywizard.cpp index 26df065f28a..d0728aeb417 100644 --- a/addon/doxywizard/doxywizard.cpp +++ b/addon/doxywizard/doxywizard.cpp @@ -10,7 +10,7 @@ #define MAX_RECENT_FILES 10 -const int messageTimeout = 5000; //!< status bar message timeout in millisec. +const int messageTimeout = 5000; //!< status bar message timeout in milliseconds. MainWindow &MainWindow::instance() { @@ -78,7 +78,7 @@ MainWindow::MainWindow() runLayout->addWidget(showSettings); runLayout->addWidget(m_saveLog); - // output produced by doxygen + // output produced by Doxygen runTabLayout->addLayout(runLayout); runTabLayout->addWidget(new QLabel(tr("Output produced by doxygen"))); QGridLayout *grid = new QGridLayout; @@ -427,7 +427,7 @@ void MainWindow::runDoxygen() qDebug() << tr("Doxygen path: ") << doxygenPath; if ( !QFile(doxygenPath + QString::fromAscii("doxygen")).exists() ) { - // No doygen binary in the resources, if there is a system doxygen binary, use that instead + // No Doxygen binary in the resources, if there is a system Doxygen binary, use that instead if ( QFile(QString::fromAscii("/usr/local/bin/doxygen")).exists() ) { doxygenPath = QString::fromAscii("/usr/local/bin/"); diff --git a/qtools/qfeatures.h b/qtools/qfeatures.h index 84fa715212a..d6c288272f5 100644 --- a/qtools/qfeatures.h +++ b/qtools/qfeatures.h @@ -637,7 +637,7 @@ # define QT_NO_VBUTTONGROUP #endif /*! - Horizonal box layout widgets + Horizontal box layout widgets */ #ifdef QT_NO_FRAME # define QT_NO_HBOX