Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrosi committed Feb 7, 2025
1 parent e3a344a commit 610608d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module_utils/certificate_lsr/providers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ def _write_param_to_file_if_diff(self, param_name, filepath, check_mode):

# Changes needs to be performed.

# If check mode return withot modifications
# If check mode return without modifications
if check_mode:
return True

Expand Down
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ confidence=
# can either give multiple identifiers separated by comma (,) or put this
# option multiple times (only on the command line, not in the configuration
# file where it should appear only once). You can also use "--disable=all" to
# disable everything first and then reenable specific checks. For example, if
# disable everything first and then re-enable specific checks. For example, if
# you want to run only the similarities checker, you can use "--disable=all
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use "--disable=all --enable=classes
Expand Down

0 comments on commit 610608d

Please sign in to comment.