diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-12-16 18:23:23 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-12-16 18:23:23 (GMT) |
commit | a6f6364ee203fc7ed3defaa3c8ed9fed1d50ce3c (patch) | |
tree | f620d22f55a3fe395188faa2a982319743bd90c6 /qtools | |
parent | 5fb9998a0ab18f6ff3af77e78b8cefa41aebca54 (diff) | |
parent | 458fb1738f4e59586460daa2a1e3ad2e730306c4 (diff) | |
download | Doxygen-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.
Diffstat (limited to 'qtools')
-rw-r--r-- | qtools/qfeatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |