From 822bf90b266ee81ccd1b25c89a21af8f819295f0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 1 Feb 2015 01:22:46 +0100 Subject: [PATCH] Fix another speeling mistake. --- qutebrowser/misc/savemanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/misc/savemanager.py b/qutebrowser/misc/savemanager.py index 2a0d4ecac..2f8ed79d2 100644 --- a/qutebrowser/misc/savemanager.py +++ b/qutebrowser/misc/savemanager.py @@ -31,7 +31,7 @@ class Saveable: """A single thing which can be saved. Attributes: - _name: The naem of the thing to be saved. + _name: The name of the thing to be saved. _dirty: Whether the saveable was changed since the last save. _save_handler: The function to call to save this Saveable. _save_on_exit: Whether to always save this saveable on exit.