summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert J. Simmons <robsimmons@gmail.com>2011-08-26 15:25:18 -0400
committerRobert J. Simmons <robsimmons@gmail.com>2011-08-26 15:25:18 -0400
commit4bfd7b98c0346431e8a8da11e1fa4f0bacc1e58c (patch)
treed8a7c887ac2d458ee337b1e480ac4a8f79bd1897
parent76c980f45e91ca0e47e70dbc6cb6e0f42acf4d79 (diff)
downloadpygments-4bfd7b98c0346431e8a8da11e1fa4f0bacc1e58c.tar.gz
Fix dumb spelling mistake
-rw-r--r--pygments/lexers/functional.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/functional.py b/pygments/lexers/functional.py
index 3cb9bf14..43acac3e 100644
--- a/pygments/lexers/functional.py
+++ b/pygments/lexers/functional.py
@@ -646,7 +646,7 @@ class SMLLexer(RegexLexer):
# Main parser
# Always ping-pong up to main - in a syntactically valid program, this
- # rule should be called precisely once. This desing should prevent
+ # rule should be called precisely once. This design should prevent
# errors from being raised in files that have scoping errors.
'root': [ (r'', Text, 'main') ],