summaryrefslogtreecommitdiff
path: root/examples/c/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c/README.md')
-rw-r--r--examples/c/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c/README.md b/examples/c/README.md
index aa7461f8..483b77d7 100644
--- a/examples/c/README.md
+++ b/examples/c/README.md
@@ -60,7 +60,7 @@ This example demonstrates best practices when using Bison.
push-parser API to feed the parser with the incoming tokens.
- It features an interactive command line with completion based on the
parser state, based on `yyexpected_tokens`.
-- It uses Bison's standard catalogue for internationalization of generated
+- It uses Bison's standard catalog for internationalization of generated
messages.
- It uses a custom syntax error with location, lookahead correction and
token internationalization.