changeset 37 | 758a864f9613 |
parent 33 | 3e2da88830cd |
--- a/src/corelib/tools/qbytearray.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/src/corelib/tools/qbytearray.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -1809,7 +1809,7 @@ 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) {