From e7554d796ee803bee9eca665cd083c735652f3bc Mon Sep 17 00:00:00 2001 From: robocoder Date: Sun, 3 Jul 2011 20:53:00 +0000 Subject: fix typo in comments git-svn-id: http://dev.piwik.org/svn/trunk@4993 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- plugins/Login/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Login') diff --git a/plugins/Login/Controller.php b/plugins/Login/Controller.php index 7e4d31b188..d6679b249e 100644 --- a/plugins/Login/Controller.php +++ b/plugins/Login/Controller.php @@ -388,7 +388,7 @@ class Piwik_Login_Controller extends Piwik_Controller protected function generatePasswordResetToken($user, $timestamp = null) { /* - * Piwik does not stored the generated password reset token. + * Piwik does not store the generated password reset token. * This avoids a database schema change and SQL queries to store, retrieve, and purge (expired) tokens. */ if(!$timestamp) -- cgit v1.2.3