diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2021-11-12 14:23:08 +0200 |
---|---|---|
committer | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2022-02-25 11:41:34 +0200 |
commit | 2905e7667e9e17d69ae1d23dbc970d1efe2d3d7e (patch) | |
tree | 116b218684dfe4a22f30df9f6a9cf9edf7249981 /scripts | |
parent | 45416356ed7dc5551cda491c01a4d7df1ed97a20 (diff) | |
download | tor-2905e7667e9e17d69ae1d23dbc970d1efe2d3d7e.tar.gz tor-2905e7667e9e17d69ae1d23dbc970d1efe2d3d7e.zip |
Fix typos
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/maint/format_changelog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/format_changelog.py b/scripts/maint/format_changelog.py index 93ab56e257..32b47ffcbb 100755 --- a/scripts/maint/format_changelog.py +++ b/scripts/maint/format_changelog.py @@ -424,7 +424,7 @@ def bug_html(m): try: disp_prefix, url_prefix = ISSUE_PREFIX_MAP[prefix] except KeyError: - print("Can't figure out URL for {}{}".formt(prefix,bugno), + print("Can't figure out URL for {}{}".format(prefix,bugno), file=sys.stderr) return "{} {}{}".format(kind, prefix, bugno) |