summaryrefslogtreecommitdiffstats
path: root/qtools/qstring.cpp
diff options
context:
space:
mode:
authorluzpaz <kunda@scribus.net>2017-12-23 16:50:49 (GMT)
committerluzpaz <kunda@scribus.net>2017-12-23 16:52:14 (GMT)
commit9fd7f3aeb4c2e78bda669bf4ef6fff1c12c062a4 (patch)
tree998cae2d5a219eb49b12903500d5692fe5fbe3c3 /qtools/qstring.cpp
parent4f45bd20d4da7d40c793ec4c4c13558581e995ac (diff)
downloadDoxygen-9fd7f3aeb4c2e78bda669bf4ef6fff1c12c062a4.zip
Doxygen-9fd7f3aeb4c2e78bda669bf4ef6fff1c12c062a4.tar.gz
Doxygen-9fd7f3aeb4c2e78bda669bf4ef6fff1c12c062a4.tar.bz2
Misc. typos
Super trivial typos Some are in qtools/ which I know is a 3rd party dependency but as we know is now obsolete upstream. I reckon it wouldn't be much of an issue to merge neverthless Tacked on several more commits
Diffstat (limited to 'qtools/qstring.cpp')
-rw-r--r--qtools/qstring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qstring.cpp b/qtools/qstring.cpp
index d831cb1..e04a852 100644
--- a/qtools/qstring.cpp
+++ b/qtools/qstring.cpp
@@ -13670,7 +13670,7 @@ QString &QString::replace( uint index, uint len, const QString &s )
/*!
Replaces \a len characters starting at position \a index by
- \a slen units ot QChar data from \a s, and returns a reference to the string.
+ \a slen units to QChar data from \a s, and returns a reference to the string.
\sa insert(), remove()
*/