Stop using generic char 'c' in 2022

This commit is contained in:
Vidar Holen
2014-04-05 16:17:52 -07:00
parent d8878ed852
commit c26c2b8536
2 changed files with 31 additions and 7 deletions

View File

@@ -74,3 +74,11 @@ commonCommands = [
"val", "vi", "wait", "wc", "what", "who", "write", "xargs", "yacc",
"zcat"
]
sampleWords = [
"alpha", "bravo", "charlie", "delta", "echo", "foxtrot",
"golf", "hotel", "india", "juliett", "kilo", "lima", "mike",
"november", "oscar", "papa", "quebec", "romeo", "sierra",
"tango", "uniform", "victor", "whiskey", "xray", "yankee",
"zulu"
]