Skip to content

Commit

Permalink
Merge pull request #481 from bgurney-rh/typos
Browse files Browse the repository at this point in the history
Fix misspellings
  • Loading branch information
mulkieran committed Sep 26, 2023
2 parents 30e1ec0 + d3d9d50 commit 342b1e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependency_management/compare_fedora_versions
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def main():
help=help_text,
)

help_text = "Ignore a dependency known to be higer than those available"
help_text = "Ignore a dependency known to be higher than those available"
parser.add_argument(
"--ignore-high",
action="extend",
Expand Down
2 changes: 1 addition & 1 deletion misc_scripts/update_introspection_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def _add_data(proxy_key, interfaces):

def _print_python_spec(specs):
"""
Print spec formatted according to stratis-cli and black's requirments.
Print spec formatted according to stratis-cli and black's requirements.
:param specs: the specification to print
:type specs: dict of str * str
Expand Down

0 comments on commit 342b1e7

Please sign in to comment.