From d3d9d5031f6bd4f535bc84407fa075c3b7267141 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Tue, 26 Sep 2023 16:33:59 -0400 Subject: [PATCH] Fix misspellings Signed-off-by: Bryan Gurney --- dependency_management/compare_fedora_versions | 2 +- misc_scripts/update_introspection_data.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependency_management/compare_fedora_versions b/dependency_management/compare_fedora_versions index e7bcd4c..c948a44 100755 --- a/dependency_management/compare_fedora_versions +++ b/dependency_management/compare_fedora_versions @@ -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", diff --git a/misc_scripts/update_introspection_data.py b/misc_scripts/update_introspection_data.py index abd8111..c284433 100755 --- a/misc_scripts/update_introspection_data.py +++ b/misc_scripts/update_introspection_data.py @@ -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