summaryrefslogtreecommitdiffstats
path: root/core/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'core/utils.py')
-rw-r--r--core/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/utils.py b/core/utils.py
index fa8f57b..b6ec7af 100644
--- a/core/utils.py
+++ b/core/utils.py
@@ -76,7 +76,7 @@ except:
def sanitize_name(name):
- """Filenames sould not caontain these characters as then the system barf when it tries to use them in URLs
+ """Filenames sould not contain these characters as then the system barf when it tries to use them in URLs
"""
return name.replace("#","-").replace("?","=").replace("&","+").replace(":","^")