summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2023-06-14 00:25:11 +0300
committerAhmad Samir <a.samirh78@gmail.com>2023-06-18 14:39:57 +0000
commit5eec5a674baadc435ff879225d9a157d135cfffd (patch)
tree616869395761bff02148ecdd53cce7a81c72cece
parentf4dca7c512ab3f8860f711de971af1fea76a1665 (diff)
QStringBuilder: fix typos in API docs
My fault, I had added that bit of the docs a while ago. Pick-to: 6.6 Change-Id: I1fa2c10b0f7263e12b5b2a4d18f362c702f9d831 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--src/corelib/text/qstringbuilder.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/text/qstringbuilder.cpp b/src/corelib/text/qstringbuilder.cpp
index 47da2e5051..738ce833ef 100644
--- a/src/corelib/text/qstringbuilder.cpp
+++ b/src/corelib/text/qstringbuilder.cpp
@@ -57,9 +57,9 @@ QT_BEGIN_NAMESPACE
if there are three or more of them, and performs equally well in other
cases.
- \note Definnig \c QT_USE_STRINGBUILDER at build time (this is the default
- when building Qt libraries and tools), will make using \c {'+'} when
- concatenating strings work the same way as \c operator%().
+ \note Defining \c QT_USE_QSTRINGBUILDER at build time (this is the
+ default when building Qt libraries and tools), will make using \c {'+'}
+ when concatenating strings work the same way as \c operator%().
\sa QLatin1StringView, QString
*/