summaryrefslogtreecommitdiffstats
path: root/examples/demos/hangman/doc
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-01-27 17:27:07 +0100
committerKai Köhne <kai.koehne@qt.io>2022-01-28 08:13:09 +0100
commit2fd9667d94621fd4c794ef3c555b2ba72dc37666 (patch)
treea6a3a7ef0d79118a4f24e9d0eafa23204e94815b /examples/demos/hangman/doc
parent929cb1412106962424500bbfead6b62409e92b00 (diff)
Doc: Fix typos
Found by running codespell: https://pypi.org/project/codespell/ Pick-to: 6.3 Change-Id: Id0824821cb39fef8731d0f1837207178708f3620 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'examples/demos/hangman/doc')
-rw-r--r--examples/demos/hangman/doc/src/androidclasses.qdoc2
-rw-r--r--examples/demos/hangman/doc/src/appstore.qdoc4
-rw-r--r--examples/demos/hangman/doc/src/baseclass.qdoc2
3 files changed, 4 insertions, 4 deletions
diff --git a/examples/demos/hangman/doc/src/androidclasses.qdoc b/examples/demos/hangman/doc/src/androidclasses.qdoc
index ab1c9ce8b..79d085a4f 100644
--- a/examples/demos/hangman/doc/src/androidclasses.qdoc
+++ b/examples/demos/hangman/doc/src/androidclasses.qdoc
@@ -78,7 +78,7 @@
initializes the connection to the Google Play store using the initialize()
function.
\li When the connection is successful, androidjni will call registerRedy() which
- emits the ready() singnal to InAppStore and starts queryProducts() function to get
+ emits the ready() signal to InAppStore and starts queryProducts() function to get
the information of the purchasable items.
\li When the query is done, productQueryDone() signal is emitted and
the item's information will be visible on the application's store page.
diff --git a/examples/demos/hangman/doc/src/appstore.qdoc b/examples/demos/hangman/doc/src/appstore.qdoc
index 86d466bb2..86181e646 100644
--- a/examples/demos/hangman/doc/src/appstore.qdoc
+++ b/examples/demos/hangman/doc/src/appstore.qdoc
@@ -86,13 +86,13 @@
On the next page you will need to select the certificates that will be
distributed with your Provisioning Profile. You would have needed to uploaded
a certificate on your local development machine to the Apple Developer
- Certificate, Identifiers, and Profiles manger previously. Generally you will
+ Certificate, Identifiers, and Profiles manager previously. Generally you will
want to add any certificates of the members of your team who will need to build
your App.
On the next page you will need to select the devices you will be developing and
testing your app on. You must register your devices to the Apple Developer
- Certificate, Identifiers, and Profiles manger previously. The devices you
+ Certificate, Identifiers, and Profiles manager previously. The devices you
select here are the only ones capable of running apps signed against this
provisioning profile, so select all the devices you intend use during the
development and testing phase.
diff --git a/examples/demos/hangman/doc/src/baseclass.qdoc b/examples/demos/hangman/doc/src/baseclass.qdoc
index 9aa9c7878..660542270 100644
--- a/examples/demos/hangman/doc/src/baseclass.qdoc
+++ b/examples/demos/hangman/doc/src/baseclass.qdoc
@@ -155,6 +155,6 @@
\section1 InAppPurchaseBackend
- \c InAppPurchaseBackend is used to create derived classs for
+ \c InAppPurchaseBackend is used to create derived class for
\c AndroidInAppPurchaseBackend and \c IosInAppPurchaseBackend.
*/