aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJulin S <48789920+ju-sh@users.noreply.github.com>2022-03-01 16:53:36 +0530
committerGitHub <noreply@github.com>2022-03-01 16:53:36 +0530
commitd1073c763495e90b6c6e25d8a5e1ff6f8e54187b (patch)
tree2dae24a6c92fbfe8675812897b2e94659fb9c601 /doc
parent3f63e7e87eb5e121526b0e5a07cd5af6ed2855b5 (diff)
downloadghdl-d1073c763495e90b6c6e25d8a5e1ff6f8e54187b.tar.gz
ghdl-d1073c763495e90b6c6e25d8a5e1ff6f8e54187b.tar.bz2
ghdl-d1073c763495e90b6c6e25d8a5e1ff6f8e54187b.zip
Fix typo
Fix typo
Diffstat (limited to 'doc')
-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.