# HG changeset patch # User Matt Harbison # Date 2023-01-05 22:04:16 # Node ID a47e86e8fd5106f8ff9f2c1aac23267101b449cf # Parent bcc45b33efb200fd869643970b234a2a000500ff releasenotes: fix a typo in a comment diff --git a/hgext/releasenotes.py b/hgext/releasenotes.py --- a/hgext/releasenotes.py +++ b/hgext/releasenotes.py @@ -39,7 +39,7 @@ command = registrar.command(cmdtable) try: # Silence a warning about python-Levenshtein. # - # We don't need the the performance that much and it get anoying in tests. + # We don't need the performance that much and it gets annoying in tests. import warnings with warnings.catch_warnings():