aboutsummaryrefslogtreecommitdiffstats
path: root/doc/internals/index.rst
diff options
context:
space:
mode:
authorPatrick Lehmann <Paebbels@gmail.com>2022-03-01 12:41:11 +0100
committerGitHub <noreply@github.com>2022-03-01 12:41:11 +0100
commitaad9a1fcc0344f0e5d1c8cee56d8d889dda13359 (patch)
tree101ec74f7dfe6f9cc676db6b40192312289b303e /doc/internals/index.rst
parent3f63e7e87eb5e121526b0e5a07cd5af6ed2855b5 (diff)
parent9f2a9ee184639d844e09fb9b810183180f520312 (diff)
downloadghdl-aad9a1fcc0344f0e5d1c8cee56d8d889dda13359.tar.gz
ghdl-aad9a1fcc0344f0e5d1c8cee56d8d889dda13359.tar.bz2
ghdl-aad9a1fcc0344f0e5d1c8cee56d8d889dda13359.zip
Fixed a few typos.
Diffstat (limited to 'doc/internals/index.rst')
-rw-r--r--doc/internals/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internals/index.rst b/doc/internals/index.rst
index 4614d0edc..4c9357fbe 100644
--- a/doc/internals/index.rst
+++ b/doc/internals/index.rst
@@ -9,7 +9,7 @@ Overview
Architecture overview of the GHDL toolkit (CLI, libghdl, pyGHDL and ghdl-yosys-plugin).
-`GHDL` is architectured like a traditionnal compiler. It has:
+`GHDL` is architectured like a traditional compiler. It has:
* a driver (sources in :ghdlsrc:`src/ghdldrv <ghdldrv>`) to call the programs (compiler, assembler, linker) if needed.