summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Haupt <andre@bitwigglers.org>2009-05-14 02:44:19 (GMT)
committerAndre Haupt <andre@bitwigglers.org>2009-05-14 02:44:19 (GMT)
commitdd20c403fa6ec99cf4aec02655a16a97320734c3 (patch)
treea3c3ac414ff65d66d24be28505706cf6b5bb8a9a
parent594bc93fc36e2d0aada9c11a7957db7fd4b11c15 (diff)
downloadQt-dd20c403fa6ec99cf4aec02655a16a97320734c3.zip
Qt-dd20c403fa6ec99cf4aec02655a16a97320734c3.tar.gz
Qt-dd20c403fa6ec99cf4aec02655a16a97320734c3.tar.bz2
replace all occurences of "heirarchy" with "hierarchy"
Signed-off-by: Andre Haupt <andre@bitwigglers.org>
-rw-r--r--src/corelib/io/qresource.cpp2
-rw-r--r--src/gui/widgets/qmenu_p.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/io/qresource.cpp b/src/corelib/io/qresource.cpp
index 779a742..3b704f6 100644
--- a/src/corelib/io/qresource.cpp
+++ b/src/corelib/io/qresource.cpp
@@ -449,7 +449,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 dddd83e..edfeee7 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 *);