From f70fad650d9fb922961897fa32d50730d98afb34 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 21 Apr 2014 21:11:01 +0200 Subject: [PATCH] Spelling fix --- qutebrowser/config/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/config.py b/qutebrowser/config/config.py index 57f539007..d8620ab13 100644 --- a/qutebrowser/config/config.py +++ b/qutebrowser/config/config.py @@ -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: