From f4c7c1d5a077bda0ade1a9b5f1351050c39ee89c Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 15 Oct 2014 12:04:37 +0200 Subject: [PATCH] der Sensemann --- qutebrowser/browser/quickmarks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/browser/quickmarks.py b/qutebrowser/browser/quickmarks.py index e6b4f52a5..4e7886aba 100644 --- a/qutebrowser/browser/quickmarks.py +++ b/qutebrowser/browser/quickmarks.py @@ -21,7 +21,7 @@ Note we violate our general QUrl rule by storing url strings in the marks OrderedDict. This is because we read them from a file at start and write them -to a file on shutdown, so it makes semse to keep them as strings here. +to a file on shutdown, so it makes sense to keep them as strings here. """ import functools