diff --git a/doc/cc65.sgml b/doc/cc65.sgml
index fb4778d48..007fa6b1b 100644
--- a/doc/cc65.sgml
+++ b/doc/cc65.sgml
@@ -615,13 +615,13 @@ generation and other stuff.
The character index is actually the code of the character in the
- C source, so character mappings do always depend on the source
- character set. This means that While it is possible to use character literals as indices, the
- result may be somewhat unexpected, since character literals are
- itself translated. For this reason I would suggest to avoid
- character literals and use numeric character codes instead.
+ result may be somewhat unexpected, since character literals are
+ itself translated. For this reason I would suggest to avoid
+ character literals and use numeric character codes instead.
Example:
@@ -631,7 +631,7 @@ generation and other stuff.
-#pragma checkstack (<const int>)