summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-10-19 18:48:47 +0200
committerPaul Wicking <paul.wicking@qt.io>2021-10-19 20:09:51 +0200
commit2c25ea347001b259505a9ae766a08119d159c104 (patch)
treeca720bdee534dff0d74c7175048657997065508d
parent36a37667cc6d7b89fe0ef95425c36f93d75fee81 (diff)
downloadqtdoc-2c25ea347001b259505a9ae766a08119d159c104.tar.gz
Doc: Fix typos
Fix a few typos spotted during integration. Task-number: QTBUG-96372 Pick-to: 6.2 dev Change-Id: Icaf4c04f7dfe81ded0bc8023c729f961b129276b Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
-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.