Add "teleported" to spellcheck exceptions, and sort the list.

This commit is contained in:
Eric S. Raymond 2010-01-08 20:23:07 +00:00
parent 386d8df9d7
commit 75d063925e

View file

@ -644,12 +644,26 @@ spellcheck_these = (\
declared_spellings = {"GLOBAL":["I'm", "I've", "I'd", "I'll",
"heh", "ack",
# Fantasy/SF/occult jargon that we need
"aeon",
"aide-de-camp",
"teleport", "teleportation", "terraform",
"hellspawn", "hurrah", "crafters", "bided",
"overmatched", "stygian", "numbskulls",
"axe", "greatsword", "ballista", "glaive",
"morningstar", "wildlands", "aeon", "eyrie",
"axe",
"ballista",
"bided",
"crafters",
"eyrie",
"glaive",
"greatsword",
"hellspawn",
"hurrah",
"morningstar",
"numbskulls",
"overmatched",
"stygian",
"teleport",
"teleportation",
"teleported",
"terraform",
"wildlands",
# game jargon
"melee", "arcane", "day/night", "gameplay",
"hitpoint", "hitpoints", "FFA", "multiplayer",