summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-12-16 18:23:23 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-12-16 18:23:23 (GMT)
commita6f6364ee203fc7ed3defaa3c8ed9fed1d50ce3c (patch)
treef620d22f55a3fe395188faa2a982319743bd90c6
parent5fb9998a0ab18f6ff3af77e78b8cefa41aebca54 (diff)
parent458fb1738f4e59586460daa2a1e3ad2e730306c4 (diff)
downloadDoxygen-a6f6364ee203fc7ed3defaa3c8ed9fed1d50ce3c.zip
Doxygen-a6f6364ee203fc7ed3defaa3c8ed9fed1d50ce3c.tar.gz
Doxygen-a6f6364ee203fc7ed3defaa3c8ed9fed1d50ce3c.tar.bz2
Merge pull request #267 from orbitcowboy/master
Fixed typos in C/C++ comments. There are no functional changes.
-rw-r--r--addon/doxywizard/doxywizard.cpp6
-rw-r--r--qtools/qfeatures.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/addon/doxywizard/doxywizard.cpp b/addon/doxywizard/doxywizard.cpp
index 26df065..d0728ae 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 84fa715..d6c2882 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