Spelling fix
This commit is contained in:
parent
5406f92a5b
commit
24543edcbe
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user