Fix another spelling mistake.

This commit is contained in:
Florian Bruhin 2015-10-14 07:02:50 +02:00
parent 36b7db0672
commit ab099ea6ea

View File

@ -176,7 +176,7 @@ def _maybe_create(path):
From the XDG basedir spec: From the XDG basedir spec:
If, when attempting to write a file, the destination directory is 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 0700. If the destination directory exists already the permissions
should not be changed. should not be changed.
""" """