From fcbf54936a25c731afe77922e007807c33380e8d Mon Sep 17 00:00:00 2001 From: suchAdemon Date: Sun, 7 Apr 2019 14:53:54 +0200 Subject: [PATCH] spellme.sh: removed 'm's in outputs --- spellme.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spellme.sh b/spellme.sh index 90247ea..6037fad 100755 --- a/spellme.sh +++ b/spellme.sh @@ -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")