summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/src/lexerdevelopment.txt2
-rw-r--r--docs/src/styles.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/lexerdevelopment.txt b/docs/src/lexerdevelopment.txt
index b67d6c87..6ffc4b72 100644
--- a/docs/src/lexerdevelopment.txt
+++ b/docs/src/lexerdevelopment.txt
@@ -121,7 +121,7 @@ sections, comments and key = value pairs:
}
The lexer first looks for whitespace, comments and section names. And later it
-looks for a line that looks like a key, value pair, seperated by an ``'='``
+looks for a line that looks like a key, value pair, separated by an ``'='``
sign, and optional whitespace.
The `bygroups` helper makes sure that each group is yielded with a different
diff --git a/docs/src/styles.txt b/docs/src/styles.txt
index acb70c37..e3e9cfb3 100644
--- a/docs/src/styles.txt
+++ b/docs/src/styles.txt
@@ -85,7 +85,7 @@ Here a small overview of all allowed styles:
``bold``
render text as bold
``nobold``
- don't render text as bold (to prevent subtokens behing highlighted bold)
+ don't render text as bold (to prevent subtokens being highlighted bold)
``italic``
render text italic
``noitalic``