summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
diff options
context:
space:
mode:
authorFrederik Schwarzer <frederik.schwarzer@basyskom.com>2016-10-18 17:38:17 +0200
committerFrederik Schwarzer <frederik.schwarzer@basyskom.com>2016-10-21 09:06:13 +0000
commitef88bf02efdfb1bde447ed924b30b656356a2f59 (patch)
tree14b75b81955f7165a8664ac665dd116659469c30 /src/corelib/io/qurl.cpp
parent49d3bb005889b9fb5a06d6aadac23ebd5b2f9f2d (diff)
Fix some typos in docs and apidocs
While "commonest" is still correct English, it's rather old-fashioned and "most common" predominates Qt's wording style. Change-Id: I20d72c098ee40b2a89f91e42f7208fe5b87286a2 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'src/corelib/io/qurl.cpp')
-rw-r--r--src/corelib/io/qurl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qurl.cpp b/src/corelib/io/qurl.cpp
index a5643d123d..7512bcd83f 100644
--- a/src/corelib/io/qurl.cpp
+++ b/src/corelib/io/qurl.cpp
@@ -149,7 +149,7 @@
dealing with URLs and strings:
\list
- \li When creating an QString to contain a URL from a QByteArray or a
+ \li When creating a QString to contain a URL from a QByteArray or a
char*, always use QString::fromUtf8().
\endlist
*/