Commit 3983d95f3e88d30c09fb9ecae056e58fcadef326

David Turner 2000-02-10T19:19:51

fixed a small typo ( "height" in place of "eight" !!)

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/docs/glnames.py b/docs/glnames.py
index 2efcbb4..55e8ec9 100644
--- a/docs/glnames.py
+++ b/docs/glnames.py
@@ -98,7 +98,7 @@ t1_standard_strings = [
     "period", "slash", "zero", "one", "two",
 
     "three", "four", "five", "six", "seven",
-    "height", "nine", "colon", "semicolon", "less",
+    "eight", "nine", "colon", "semicolon", "less",
 
     "equal", "greater", "question", "at", "A",
     "B", "C", "D", "E", "F",