aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-12 14:23:08 +0200
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2022-02-25 11:41:34 +0200
commit2905e7667e9e17d69ae1d23dbc970d1efe2d3d7e (patch)
tree116b218684dfe4a22f30df9f6a9cf9edf7249981 /scripts
parent45416356ed7dc5551cda491c01a4d7df1ed97a20 (diff)
downloadtor-2905e7667e9e17d69ae1d23dbc970d1efe2d3d7e.tar.gz
tor-2905e7667e9e17d69ae1d23dbc970d1efe2d3d7e.zip
Fix typos
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/maint/format_changelog.py2
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)