diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-08-16 13:27:45 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-08-17 13:42:45 (GMT) |
commit | 9e88a2f1468b9a4f500b878f514db7f7a1f5eadc (patch) | |
tree | 589dd5fa9d8f3dc0171b4021c6a60e2d5cd27a64 /src/corelib/plugin/qlibrary.cpp | |
parent | 3be7f871f07041477b5bca0182623b36afd2b3e6 (diff) | |
download | Qt-9e88a2f1468b9a4f500b878f514db7f7a1f5eadc.zip Qt-9e88a2f1468b9a4f500b878f514db7f7a1f5eadc.tar.gz Qt-9e88a2f1468b9a4f500b878f514db7f7a1f5eadc.tar.bz2 |
Doc: Fixing typo
Reducing the amount of spelling errors from NBN.
Change-Id: I9b228bb95b4a757cff57595125009e70b0097d86
Reviewed-by: Rohan McGovern
Diffstat (limited to 'src/corelib/plugin/qlibrary.cpp')
-rw-r--r-- | src/corelib/plugin/qlibrary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/plugin/qlibrary.cpp b/src/corelib/plugin/qlibrary.cpp index 314ccd7..02c2a11 100644 --- a/src/corelib/plugin/qlibrary.cpp +++ b/src/corelib/plugin/qlibrary.cpp @@ -784,7 +784,7 @@ bool QLibraryPrivate::isPlugin(QSettings *settings) // An exception was thrown when calling qt_plugin_query_verification_data(). // This usually happens when plugin is compiled with the /clr compiler flag, // & will only work if the dependencies are loaded & DLLMain() is called. - // LoadLibrary() will do this, try once with this & if it fails dont load. + // LoadLibrary() will do this, try once with this & if it fails don't load. retryLoadLibrary = !retryLoadLibrary; } #endif |