summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-10-19 18:48:47 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-10-19 18:51:43 +0000
commita869fb560658dc42596841550dd3ead9ddb45d66 (patch)
treeae94398b350be2da8ca0e29f9d41d77150ed5416
parentd9c90903f8316e83c9dfb09fcd5aa23beaf7e97e (diff)
downloadqtdoc-a869fb560658dc42596841550dd3ead9ddb45d66.tar.gz
Doc: Fix typos
Fix a few typos spotted during integration. Task-number: QTBUG-96372 Change-Id: Icaf4c04f7dfe81ded0bc8023c729f961b129276b Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 2c25ea347001b259505a9ae766a08119d159c104) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/whatsnew/whatsnew62.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/whatsnew/whatsnew62.qdoc b/doc/src/whatsnew/whatsnew62.qdoc
index f5359240..45131f19 100644
--- a/doc/src/whatsnew/whatsnew62.qdoc
+++ b/doc/src/whatsnew/whatsnew62.qdoc
@@ -177,7 +177,7 @@
QByteArray::number()'s overloads for signed integral types now
return a text with a minus sign followed by the number's absolute
value instead of coercing to an unsigned type for all bases except
- teno, when passed a negative integer and any supported base.
+ ten, when passed a negative integer and any supported base.
\li QCalendar now supports construction from the ID of a custom
backend.
\li QChar, QPoint, and QPointF are now primitive rather than merely
@@ -379,7 +379,7 @@
from source.
\li Added support for std::function for some of QThreadPool's methods.
\li Added new QML functions as well as support for
- QmlRegisterSingletonInstance.
+ qmlRegisterSingletonInstance.
\endlist
\section1 Platform Changes
@@ -454,7 +454,7 @@
\li The default targetSdkVersion is set to 30 in accordance with
Google Play Store requirements.
\li The build-tools version and platform version used is bumped to 30.
- \li QDesktopService custom handlers are now enabled, and allows you to
+ \li QDesktopServices custom handlers are now enabled, and allow you to
work with Android App Links, for example.
\li Added information that allow applications to determine the source
of an intent without creating an own extension of QtActivity.