Server: fix comment from last commit

This commit is contained in:
Christian Beer 2015-11-03 18:06:46 +01:00
parent 881863d8a2
commit ff892afa23
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ def contains_shell_characters(command):
return True
return False
# if a line ends with a \ it escapes the newline witch then
# if a line ends with a \ it escapes the newline which then
# is in front of the first argument of the next line where it needs to be cleaned
# this enables the use of multiline shell commands within <cmd>
def strip_leading_escapes(string):