Skip to content

Commit

Permalink
Typo - fix #152
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Oct 15, 2016
1 parent 0b13aeb commit 264ea06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/api/preferences.lua
Expand Up @@ -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

Expand Down

0 comments on commit 264ea06

Please sign in to comment.