Index: /branches/feature-module-update/data/class/pages/regist/LC_Page_Regist.php
===================================================================
--- /branches/feature-module-update/data/class/pages/regist/LC_Page_Regist.php	(revision 16401)
+++ /branches/feature-module-update/data/class/pages/regist/LC_Page_Regist.php	(revision 16516)
@@ -74,5 +74,5 @@
                 $email = $objQuery->get("dtb_customer", "email", "secret_key = ?", array($registSecretKey));
                 $objCustomer->setLogin($email);
-                $this->sendRedirect($this->getLocation("./complate.php", $etc_val));
+                $this->sendRedirect($this->getLocation("./complete.php", $etc_val));
                 exit;
             }
