summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-02-28 21:25:19 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-03-01 22:22:26 +0100
commit3154aec540b29827173d9de0ef7aad30849e6890 (patch)
tree5fec0609c1a8e24372381ea29ffe4d8917d1eed4 /src/corelib/text
parent5317ff74fd2ff31e4bfb8e7e6c4a6e06a16fffc8 (diff)
doc: Fix spelling of 'equivalent' in QString documentation
Pick-to: 6.5 Change-Id: I1d39bee80fbaf3e3e6eb5e383fd845bb0f9071e5 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/corelib/text')
-rw-r--r--src/corelib/text/qstring.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/text/qstring.cpp b/src/corelib/text/qstring.cpp
index b07e0f57fe..2d9840fb5d 100644
--- a/src/corelib/text/qstring.cpp
+++ b/src/corelib/text/qstring.cpp
@@ -5457,7 +5457,7 @@ static QByteArray qt_convert_to_local_8bit(QStringView string);
QByteArray. The returned byte array is undefined if the string
contains characters not supported by the local 8-bit encoding.
- On Unix systems this is equivalen to toUtf8(), on Windows the systems
+ On Unix systems this is equivalent to toUtf8(), on Windows the systems
current code page is being used.
If this string contains any characters that cannot be encoded in the
@@ -5487,7 +5487,7 @@ static QByteArray qt_convert_to_local_8bit(QStringView string)
Returns a local 8-bit representation of \a string as a QByteArray.
- On Unix systems this is equivalen to toUtf8(), on Windows the systems
+ On Unix systems this is equivalent to toUtf8(), on Windows the systems
current code page is being used.
The behavior is undefined if \a string contains characters not
@@ -5655,7 +5655,7 @@ QString QString::fromLatin1(QByteArrayView ba)
If \a size is \c{-1}, \c{strlen(str)} is used instead.
- On Unix systems this is equivalen to fromUtf8(), on Windows the systems
+ On Unix systems this is equivalent to fromUtf8(), on Windows the systems
current code page is being used.
\sa toLocal8Bit(), fromLatin1(), fromUtf8()