# HG changeset patch # User timeless@gmail.com # Date 1462251986 0 # Node ID 792b6646dc2adca628f38565f00f85b7e3665f34 # Parent 1cc0c0aed87a963b15d34abbaa11ccccf4e34402 spelling: because diff -r 1cc0c0aed87a -r 792b6646dc2a kallithea/bin/kallithea_config.py --- a/kallithea/bin/kallithea_config.py Tue May 03 11:59:02 2016 +0000 +++ b/kallithea/bin/kallithea_config.py Tue May 03 05:06:26 2016 +0000 @@ -84,7 +84,7 @@ # recurse because there may be more escaped separators endlist = _escape_split(after, sep) - # finish building the escaped value. we use endlist[0] becaue the first + # finish building the escaped value. we use endlist[0] because the first # part of the string sent in recursion is the rest of the escaped value. unfinished += sep + endlist[0]