Spelling fix

This commit is contained in:
Florian Bruhin 2014-04-21 21:11:01 +02:00
parent 1c5686f5e3
commit f70fad650d

View File

@ -199,7 +199,7 @@ class Config(QObject):
"""Read the config from a configparser instance.
Args:
cp: The configparser instande to read the values from.
cp: The configparser instance to read the values from.
"""
for secname in self.sections.keys():
if secname not in cp: