diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-08-09 09:01:45 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-08-09 09:01:45 (GMT) |
commit | 362641ec2bdf5e05b4adfc54275c1c4869759d56 (patch) | |
tree | f75c573eba1ed9c64519cbb2d9630a1ce41ea83d /src/corelib | |
parent | e12448b0e00a70377591fbe9b3180dcb5f37e533 (diff) | |
download | Qt-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.cpp | 2 |
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. |