changeset 44660 | 649fd6c3ed33 |
parent 44635 | 99ea74cbed74 |
child 44856 | b7808443ed6a |
--- a/mercurial/debugcommands.py Thu Mar 26 22:31:17 2020 +0900 +++ b/mercurial/debugcommands.py Sun Mar 29 01:57:17 2020 +0900 @@ -3721,7 +3721,7 @@ def debuguigetpass(ui, prompt=b''): """show prompt to type password""" r = ui.getpass(prompt) - ui.writenoi18n(b'respose: %s\n' % r) + ui.writenoi18n(b'response: %s\n' % r) @command(