changeset 49851:a47e86e8fd51

releasenotes: fix a typo in a comment
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 05 Jan 2023 17:04:16 -0500
parents bcc45b33efb2
children 564d360fc98e
files hgext/releasenotes.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/releasenotes.py	Thu Jan 05 17:02:02 2023 -0500
+++ b/hgext/releasenotes.py	Thu Jan 05 17:04:16 2023 -0500
@@ -39,7 +39,7 @@
 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():