summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2010-08-09 09:01:45 (GMT)
committerJoerg Bornemann <joerg.bornemann@nokia.com>2010-08-09 09:01:45 (GMT)
commit362641ec2bdf5e05b4adfc54275c1c4869759d56 (patch)
treef75c573eba1ed9c64519cbb2d9630a1ce41ea83d /src/corelib
parente12448b0e00a70377591fbe9b3180dcb5f37e533 (diff)
downloadQt-362641ec2bdf5e05b4adfc54275c1c4869759d56.zip
Qt-362641ec2bdf5e05b4adfc54275c1c4869759d56.tar.gz
Qt-362641ec2bdf5e05b4adfc54275c1c4869759d56.tar.bz2
Doc: typo fixed in qlibraryinfo.cpp
Reviewed-by: TrustMe
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/global/qlibraryinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qlibraryinfo.cpp b/src/corelib/global/qlibraryinfo.cpp
index a9ea44a..4b56efc 100644
--- a/src/corelib/global/qlibraryinfo.cpp
+++ b/src/corelib/global/qlibraryinfo.cpp
@@ -467,7 +467,7 @@ QLibraryInfo::location(LibraryLocation loc)
\value PrefixPath The default prefix for all paths.
\value DocumentationPath The location for documentation upon install.
\value HeadersPath The location for all headers.
- \value LibrariesPath The location of installed librarires.
+ \value LibrariesPath The location of installed libraries.
\value BinariesPath The location of installed Qt binaries (tools and applications).
\value PluginsPath The location of installed Qt plugins.
\value DataPath The location of general Qt data.