diff options
author | Andre Haupt <andre@bitwigglers.org> | 2009-05-14 02:44:19 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-05-18 14:24:12 (GMT) |
commit | 03069de9c398fe7a787388e61badb09ae1b1e6b7 (patch) | |
tree | bfe14ae241e283691cdc6e467c6237b84ede7915 /src | |
parent | d76c5fb7feda66621b435263353f49e9b4b34308 (diff) | |
download | Qt-03069de9c398fe7a787388e61badb09ae1b1e6b7.zip Qt-03069de9c398fe7a787388e61badb09ae1b1e6b7.tar.gz Qt-03069de9c398fe7a787388e61badb09ae1b1e6b7.tar.bz2 |
Replace all occurences of "heirarchy" with "hierarchy"
Signed-off-by: Andre Haupt <andre@bitwigglers.org>
Reviewed-By: Thiago Macieira
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/io/qresource.cpp | 2 | ||||
-rw-r--r-- | src/gui/widgets/qmenu_p.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/io/qresource.cpp b/src/corelib/io/qresource.cpp index a1f921e..1f77caa 100644 --- a/src/corelib/io/qresource.cpp +++ b/src/corelib/io/qresource.cpp @@ -406,7 +406,7 @@ QString QResource::absoluteFilePath() const } /*! - Returns true if the resource really exists in the resource heirarchy, + Returns true if the resource really exists in the resource hierarchy, false otherwise. */ diff --git a/src/gui/widgets/qmenu_p.h b/src/gui/widgets/qmenu_p.h index e3c4890..74367c4 100644 --- a/src/gui/widgets/qmenu_p.h +++ b/src/gui/widgets/qmenu_p.h @@ -208,7 +208,7 @@ public: QString searchBuffer; QBasicTimer searchBufferTimer; - //passing of mouse events up the parent heirarchy + //passing of mouse events up the parent hierarchy QPointer<QMenu> activeMenu; bool mouseEventTaken(QMouseEvent *); |