From ab099ea6eac74da7f1b841c01ebf43b39200b3fc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 14 Oct 2015 07:02:50 +0200 Subject: [PATCH] Fix another spelling mistake. --- qutebrowser/utils/standarddir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/utils/standarddir.py b/qutebrowser/utils/standarddir.py index 50f0cb209..4464cdfb4 100644 --- a/qutebrowser/utils/standarddir.py +++ b/qutebrowser/utils/standarddir.py @@ -176,7 +176,7 @@ def _maybe_create(path): From the XDG basedir spec: If, when attempting to write a file, the destination directory is - non-existant an attempt should be made to create it with permission + non-existent an attempt should be made to create it with permission 0700. If the destination directory exists already the permissions should not be changed. """