Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Oct 26, 2023
1 parent 810320a commit 3d78b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/module_utils/sops.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def f(value, arguments, env):


class SopsError(Exception):
''' Extend Exception class with sops specific informations '''
''' Extend Exception class with sops specific information '''

def __init__(self, filename, exit_code, message, decryption=True):
if exit_code in SOPS_ERROR_CODES:
Expand Down
2 changes: 1 addition & 1 deletion plugins/vars/sops.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def get_option_value(argument_name):
if os.path.exists(b_opath):
if os.path.isdir(b_opath):
self._display.debug("\tprocessing dir %s" % opath)
# NOTE: iterating without extension allow retriving files recursively
# NOTE: iterating without extension allow retrieving files recursively
# A filter is then applied by iterating on all results and filtering by
# extension.
# See:
Expand Down

0 comments on commit 3d78b08

Please sign in to comment.