Spelling fix

This commit is contained in:
Florian Bruhin 2014-05-26 09:04:38 +02:00
parent 5406f92a5b
commit 24543edcbe

View File

@ -110,7 +110,7 @@ class Command(MinimalLineEdit):
else:
prefix = ''
parts = split_cmdline(text)
logger.debug("Old text: '{}' - parts: '{}', changing to '{}".format(
logger.debug("Old text: '{}' - parts: {}, changing to '{}'".format(
text, parts, newtext))
parts[-1] = newtext
self.setText(prefix + ' '.join(parts))