[#5083] Fixed typo in SVN import

Signed-off-by: Cory Johns <johnsca@geek.net>
diff --git a/ForgeSVN/forgesvn/svn_main.py b/ForgeSVN/forgesvn/svn_main.py
index 63af650..bd6aa9f 100644
--- a/ForgeSVN/forgesvn/svn_main.py
+++ b/ForgeSVN/forgesvn/svn_main.py
@@ -68,7 +68,7 @@
                 cloned_from_path=init_from_path,
                 cloned_from_name=None,
                 cloned_from_url=init_from_url,
-                copy_hook=self.config.options.get('copy_hooks', False))
+                copy_hooks=self.config.options.get('copy_hooks', False))
         else:
             allura.tasks.repo_tasks.init.post()