summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-04 19:05:33 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-04 19:05:33 -0500
commit854c3d7f508f0f30d64ee65a65860cbb434cfc0a (patch)
tree01b464b85cca5030a1f02b3bef61bbcac3ea70f1
parent7e8f830289e31da6ad9538a1e27abe1d5534c1a3 (diff)
not ever -> never
original-commit-id: 0721bd42e15d60af7c259da86f11effacc6aa636
-rw-r--r--crystal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.py b/crystal.py
index aea8085..c4465b2 100644
--- a/crystal.py
+++ b/crystal.py
@@ -1915,7 +1915,7 @@ class MainText(TextCommand):
output += "\""
in_quotes = True
- # the above if statement is probably not ever called
+ # the above if statement is probably never called
else:
if not in_quotes:
if not new_line and not was_comma: