summaryrefslogtreecommitdiff
path: root/docs/dev/quickstart.rst
diff options
context:
space:
mode:
authorToxyFlog1627 <59206807+ToxyFlog1627@users.noreply.github.com>2023-08-11 14:01:54 +0000
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-08-13 08:50:29 +0200
commitf175574f3731c99d82758952e37f52037476aa5f (patch)
tree2a20016a2a74fe48fa2cb639469d23ff1f60ef7b /docs/dev/quickstart.rst
parent4573417b6c5d50935233268d672d0f3fc8cef8c6 (diff)
[fix] typos in documentation & messages
Diffstat (limited to 'docs/dev/quickstart.rst')
-rw-r--r--docs/dev/quickstart.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/quickstart.rst b/docs/dev/quickstart.rst
index 9bee8f60c..c45c24491 100644
--- a/docs/dev/quickstart.rst
+++ b/docs/dev/quickstart.rst
@@ -67,14 +67,14 @@ the modified source code from the build products first run:
make static.build.restore
This will restore the old build products and only your changes of the code
-remain in the working tree which can now be added & commited. When all sources
-are commited, you can commit the build products simply by:
+remain in the working tree which can now be added & committed. When all sources
+are committed, you can commit the build products simply by:
.. code:: bash
make static.build.commit
-Commiting the build products should be the last step, just before you send us
+Committing the build products should be the last step, just before you send us
your PR. There is also a make target to rewind this last build commit:
.. code:: bash