aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using
diff options
context:
space:
mode:
authorJulin S <julinshaji01@gmail.com>2022-03-01 17:02:04 +0530
committerJulin S <julinshaji01@gmail.com>2022-03-01 17:02:04 +0530
commit9f2a9ee184639d844e09fb9b810183180f520312 (patch)
tree101ec74f7dfe6f9cc676db6b40192312289b303e /doc/using
parentd1073c763495e90b6c6e25d8a5e1ff6f8e54187b (diff)
downloadghdl-9f2a9ee184639d844e09fb9b810183180f520312.tar.gz
ghdl-9f2a9ee184639d844e09fb9b810183180f520312.tar.bz2
ghdl-9f2a9ee184639d844e09fb9b810183180f520312.zip
fix few more typos
Diffstat (limited to 'doc/using')
-rw-r--r--doc/using/InvokingGHDL.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/using/InvokingGHDL.rst b/doc/using/InvokingGHDL.rst
index b50f98626..ac959ff0f 100644
--- a/doc/using/InvokingGHDL.rst
+++ b/doc/using/InvokingGHDL.rst
@@ -230,7 +230,7 @@ See also :option:`--elab-order`, for retrieving the compilation order guessed re
Elab-order [``--elab-order``]
-----------------------------
-.. option:: --elab-order <[options...] [libray.]top_unit [arch]>
+.. option:: --elab-order <[options...] [library.]top_unit [arch]>
Print the list of sources required for elaborating a unit, in order
for them to be analyzed without dependency issues. This is expected
@@ -313,7 +313,7 @@ Generate a Makefile containing only dependencies to build a design unit.
This command works like the make and gen-makefile commands (see :option:`-m`), but instead of a full makefile only
dependencies without rules are generated on the standard output.
-Theses rules can then be integrated in another Makefile.
+These rules can then be integrated in another Makefile.
.. _GHDL:options: