aboutsummaryrefslogtreecommitdiffstats
path: root/doc/internals/Frontend.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/internals/Frontend.rst')
-rw-r--r--doc/internals/Frontend.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internals/Frontend.rst b/doc/internals/Frontend.rst
index fd5abd4e6..3751f1e39 100644
--- a/doc/internals/Frontend.rst
+++ b/doc/internals/Frontend.rst
@@ -27,4 +27,4 @@ checks if it is a keyword. In that case it changes the token to the keyword tok
The procedure `scan` is called to get the next token. The location of the token and
the location after the token are available to store it in the parser tree.
-The main clieant of the scanner is the parser.
+The main client of the scanner is the parser.