From 3983d95f3e88d30c09fb9ecae056e58fcadef326 Mon Sep 17 00:00:00 2001 From: David Turner Date: Thu, 10 Feb 2000 19:19:51 +0000 Subject: [PATCH] fixed a small typo ( "height" in place of "eight" !!) --- docs/glnames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glnames.py b/docs/glnames.py index 2efcbb451..55e8ec98f 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",