From 94305e7baa963bea72d5bff132af9b6f1785f8db Mon Sep 17 00:00:00 2001 From: sbearlt1 Date: Sat, 22 Jun 2013 13:36:16 +0930 Subject: Fix typo --- appdirs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appdirs.py') diff --git a/appdirs.py b/appdirs.py index 1d24dd8..116e2a2 100644 --- a/appdirs.py +++ b/appdirs.py @@ -56,7 +56,7 @@ def user_data_dir(appname=None, appauthor=None, version=None, roaming=False): Win 7 (roaming): C:\Users\\AppData\Roaming\\ For Unix, we follow the XDG spec and support $XDG_DATA_HOME. - That means, by deafult "~/.local/share/". + That means, by default "~/.local/share/". """ if sys.platform == "win32": if appauthor is None: -- cgit v1.2.1