summaryrefslogtreecommitdiffstats
path: root/user/start/app.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-27 09:02:16 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-30 07:55:40 +0200
commitae84edd723c238e296e80c414b8c4658cd7ff652 (patch)
treef6609026ccada10590150bd755b335f100d2fd6d /user/start/app.rst
parentuser: Provide a user friendly configuration (diff)
downloadrtems-docs-ae84edd723c238e296e80c414b8c4658cd7ff652.tar.bz2
user: Use consistent Hello World spelling
Diffstat (limited to 'user/start/app.rst')
-rw-r--r--user/start/app.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/start/app.rst b/user/start/app.rst
index a0c4a04..ac3c064 100644
--- a/user/start/app.rst
+++ b/user/start/app.rst
@@ -10,7 +10,7 @@ Build Your Application
You tested a BSP in the previous section. We built the ``erc32`` BSP
and it is installed under :file:`$HOME/quick-start/rtems/5`.
-We will now create a simple hello world application with a Git
+We will now create a simple Hello World application with a Git
repository and using the `Waf <https://waf.io>`_ build system.
The application is be created in :file:`$HOME/quick-start/app/hello`.
@@ -77,7 +77,7 @@ settings:
#include <rtems/confdefs.h>
-Create the *hello world* application source file. Using an editor
+Create the Hello World application source file. Using an editor
create :file:`hello.c` and copy the follow code:
.. code-block:: c