From 5f9b91860db610be81c8979327f2d7c581de88dd Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Thu, 29 Sep 2016 13:10:19 -0800 Subject: [PATCH] Fixed another misspelling of semicolon --- config/substitution/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/substitution/default.conf b/config/substitution/default.conf index 0fe81949..ceedcdba 100644 --- a/config/substitution/default.conf +++ b/config/substitution/default.conf @@ -29,7 +29,7 @@ $="dollar" )="right paren" }="right brace" ]="right bracket" -;="simi colon" +;="semicolon" /="slash" *="star" ~="tilde"