Fix typo in a comment

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Sheidan 2025-07-20 22:35:55 +02:00 committed by GitHub
commit 7e3f6756be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)