diff --git a/wcfs/__init__.py b/wcfs/__init__.py
index cef96fb684e80eb4e9ff1462b0d77f0ca9e5176d..c0569f33d200e33c9706865ef6188ca6dc97ee4f 100644
--- a/wcfs/__init__.py
+++ b/wcfs/__init__.py
@@ -714,7 +714,7 @@ def zstor_2zurl(zstor):
     # only through URI but e.g. via ZConfig and manually. We want to support all
     # those cases...
     #
-    # For this reason extact URL with important for wcfs use-case parameters in
+    # For this reason extract URL with important for wcfs use-case parameters in
     # ad-hoc way.
     if isinstance(zstor, FileStorage):
         return "file://%s" % (zstor._file_name,)