diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-07-29 12:59:55 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-07-29 12:59:55 (GMT) |
commit | 5bdb85e3b21bcf624eb1830aa32d027e0c6870fe (patch) | |
tree | e3193ee6947a112818e4a00adb54bc598ed142f5 /src/corelib/tools/qbytearray.cpp | |
parent | e98ec548d4f7b0558742014933457f756bdd8bf1 (diff) | |
download | Qt-5bdb85e3b21bcf624eb1830aa32d027e0c6870fe.zip Qt-5bdb85e3b21bcf624eb1830aa32d027e0c6870fe.tar.gz Qt-5bdb85e3b21bcf624eb1830aa32d027e0c6870fe.tar.bz2 |
Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-11938 and QTBUG-10801
Diffstat (limited to 'src/corelib/tools/qbytearray.cpp')
-rw-r--r-- | src/corelib/tools/qbytearray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qbytearray.cpp b/src/corelib/tools/qbytearray.cpp index a5cb16a..8d38e4c 100644 --- a/src/corelib/tools/qbytearray.cpp +++ b/src/corelib/tools/qbytearray.cpp @@ -1809,7 +1809,7 @@ QByteArray &QByteArray::replace(int pos, int len, const QByteArray &after) Replaces \a len bytes from index position \a pos with the zero terminated string \a after. - Notice: this can change the lenght of the byte array. + Notice: this can change the length of the byte array. */ QByteArray &QByteArray::replace(int pos, int len, const char *after) { |