shithub: mc

Download patch

ref: 6e142ac75f8c01e514061bef033d4aa03856caa2
parent: ad5711a80b9aad68050dfb4ae1035e25d7d51942
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Sep 11 09:34:22 EDT 2016

Fix typo in lang.txt

--- a/doc/lang.txt
+++ b/doc/lang.txt
@@ -333,7 +333,7 @@
 
         More types of pattern to match will be added over time.
 
-        Match statements consist of the keyord 'match', followed by
+        Match statements consist of the keyword 'match', followed by
         the expression to match against the patterns, followed by a
         newline. The body of the match statement consists of a list
         of pattern clauses. A patterned clause is a '|', followed by