mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-02 12:14:25 -07:00
Fix typo in a comment
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
236edae071
commit
7e3f6756be
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ class DconfPreference(object):
|
|||
except IOError as ex:
|
||||
self.module.fail_json(msg='Failed while reading configuration file %s with error: %s' % (path, ex))
|
||||
|
||||
# Parse configuratoin file
|
||||
# Parse configuration file
|
||||
config = ConfigParser()
|
||||
try:
|
||||
config.read_string(raw_config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue