spellme.sh: removed 'm's in outputs

This commit is contained in:
Oliver Schraml 2019-04-07 14:53:54 +02:00
parent 75b5e5fa43
commit fcbf54936a
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ special10=("\/" "\/" "SLASH")
special11=("\\" "\\" "mBACKSLASH")
special12=("\(" "\(" "OPENING PARENTHESIS")
special13=("\)" "\)" "CLOSING PARENTHESIS")
special14=("\[" "\[" "mOPENING BRACKET")
special15=("\]" "\]" "mCLOSING BRACKET")
special14=("\[" "\[" "OPENING BRACKET")
special15=("\]" "\]" "CLOSING BRACKET")
special16=("\{" "\{" "OPENING (CURLY)BRACE")
special17=("\}" "\}" "CLOSING (CURLY)BRACE")
special18=("\<" "\<" "OPENING ANGLE BRACKET")