Skip to content

Commit

Permalink
[autofix] Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jul 15, 2024
1 parent 800d58f commit 4847384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gha_utils/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def mailmap_sync(ctx, source, create_if_missing, destination_mailmap):
By default the ``.mailmap`` at the root of the repository is read and its content
is reused as reference, so identities already aliased in there are preserved and
used as initial mapping. Only missing contributors not found in this initial maping
used as initial mapping. Only missing contributors not found in this initial mapping
are added.
The resulting updated mapping is printed to the console output. So a bare call to
Expand Down
2 changes: 1 addition & 1 deletion gha_utils/mailmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def parse(self, content: str) -> None:
Each non-empty, non-comment line is considered a mapping entry.
The preceding lines of a maping entry are kept attached to it as pre-comments,
The preceding lines of a mapping entry are kept attached to it as pre-comments,
so the layout will be preserved on rendering, during which records are sorted.
"""
logging.debug(f"Parsing:\n{content}")
Expand Down

0 comments on commit 4847384

Please sign in to comment.