changeset 5826:792b6646dc2a

spelling: because
author timeless@gmail.com
date Tue, 03 May 2016 05:06:26 +0000
parents 1cc0c0aed87a
children c76615e17a27
files kallithea/bin/kallithea_config.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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]