diff options
author | orbitcowboy <ettl.martin78@gmail.com> | 2014-12-15 16:02:31 (GMT) |
---|---|---|
committer | orbitcowboy <ettl.martin78@gmail.com> | 2014-12-15 16:02:31 (GMT) |
commit | 458fb1738f4e59586460daa2a1e3ad2e730306c4 (patch) | |
tree | 6bdbccdda4e071e3222fa912d4a3f7f3663ee10a /qtools | |
parent | 2716fc48889c3cffe46903cdb3a64bb0ac735449 (diff) | |
download | Doxygen-458fb1738f4e59586460daa2a1e3ad2e730306c4.zip Doxygen-458fb1738f4e59586460daa2a1e3ad2e730306c4.tar.gz Doxygen-458fb1738f4e59586460daa2a1e3ad2e730306c4.tar.bz2 |
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 |