diff options
author | Andre Haupt <andre@bitwigglers.org> | 2009-05-14 02:44:19 (GMT) |
---|---|---|
committer | Andre Haupt <andre@bitwigglers.org> | 2009-05-14 02:44:19 (GMT) |
commit | dd20c403fa6ec99cf4aec02655a16a97320734c3 (patch) | |
tree | a3c3ac414ff65d66d24be28505706cf6b5bb8a9a /src/corelib/io/qresource.cpp | |
parent | 594bc93fc36e2d0aada9c11a7957db7fd4b11c15 (diff) | |
download | Qt-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>
Diffstat (limited to 'src/corelib/io/qresource.cpp')
-rw-r--r-- | src/corelib/io/qresource.cpp | 2 |
1 files changed, 1 insertions, 1 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. */ |