summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-05-20 13:05:41 -0400
committerTim Graham <timograham@gmail.com>2015-05-20 13:06:10 -0400
commit525fd2f4055b206a57324480bbbe5b3e8f88ff91 (patch)
tree7cb8d1475b0a23c64eacde2f22e0468853a10316
parentdb656609289b9eaf4661eb73f9318b7c66540301 (diff)
[1.8.x] Fixed typo in file_storage tests.
Backport of e2b77aceddbda9071fcfc38f90fb50d091d0b5fc from master
-rw-r--r--tests/file_storage/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file_storage/tests.py b/tests/file_storage/tests.py
index 2c08a5312f..1e0f457163 100644
--- a/tests/file_storage/tests.py
+++ b/tests/file_storage/tests.py
@@ -249,7 +249,7 @@ class FileStorageTests(unittest.TestCase):
self.assertEqual(self.storage.url(r"""~!*()'@#$%^&*abc`+ =.file"""),
"""/test_media_url/~!*()'%40%23%24%25%5E%26*abc%60%2B%20%3D.file""")
- # should stanslate os path separator(s) to the url path separator
+ # should translate os path separator(s) to the url path separator
self.assertEqual(self.storage.url("""a/b\\c.file"""),
"""/test_media_url/a/b/c.file""")