Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 0b13aeb28 -> 264ea0665


Typo - fix https://github.com/apache/incubator-ponymail/issues/152

Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/264ea066
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/264ea066
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/264ea066

Branch: refs/heads/master
Commit: 264ea06656ff2657dc7804bf244a3f786cee0dc8
Parents: 0b13aeb
Author: Sebb <s...@apache.org>
Authored: Sat Oct 15 17:01:09 2016 +0100
Committer: Sebb <s...@apache.org>
Committed: Sat Oct 15 17:01:09 2016 +0100

----------------------------------------------------------------------
 site/api/preferences.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/264ea066/site/api/preferences.lua
----------------------------------------------------------------------
diff --git a/site/api/preferences.lua b/site/api/preferences.lua
index f6204f4..dc31005 100644
--- a/site/api/preferences.lua
+++ b/site/api/preferences.lua
@@ -56,7 +56,7 @@ function handle(r)
     -- while we're here, are you logging out?
     if get.logout and account then
         user.logout(r, account)
-        r:puts[[{"logut": true}]]
+        r:puts[[{"logout": true}]]
         return cross.OK
     end
     

Reply via email to