diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-09 11:55:23 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-09 11:55:23 (GMT) |
commit | eea84818e98af917d3cf2bf04ea17a416ef9d55e (patch) | |
tree | a62fa69f175eb1efd745676950888326d8046beb /src/network/kernel | |
parent | ac355872573c7131e4b783cabe00c5656dc668af (diff) | |
download | Qt-eea84818e98af917d3cf2bf04ea17a416ef9d55e.zip Qt-eea84818e98af917d3cf2bf04ea17a416ef9d55e.tar.gz Qt-eea84818e98af917d3cf2bf04ea17a416ef9d55e.tar.bz2 |
Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.
Reviewer: David Boddie
Task number: QTBUG-11938
Diffstat (limited to 'src/network/kernel')
-rw-r--r-- | src/network/kernel/qhostinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/kernel/qhostinfo.cpp b/src/network/kernel/qhostinfo.cpp index 8ae1305..348b0d2 100644 --- a/src/network/kernel/qhostinfo.cpp +++ b/src/network/kernel/qhostinfo.cpp @@ -647,7 +647,7 @@ void QHostInfoLookupManager::lookupFinished(QHostInfoRunnable *r) work(); } -// This function returns immediatly when we had a result in the cache, else it will later emit a signal +// This function returns immediately when we had a result in the cache, else it will later emit a signal QHostInfo qt_qhostinfo_lookup(const QString &name, QObject *receiver, const char *member, bool *valid, int *id) { *valid = false; |