You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/01/08 13:13:19 UTC

svn commit: r1430240 - /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/logout.js

Author: lofwyr
Date: Tue Jan  8 12:13:19 2013
New Revision: 1430240

URL: http://svn.apache.org/viewvc?rev=1430240&view=rev
Log:
spelling

Modified:
    myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/logout.js

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/logout.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/logout.js?rev=1430240&r1=1430239&r2=1430240&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/logout.js (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-addressbook/src/main/webapp/auth/logout.js Tue Jan  8 12:13:19 2013
@@ -18,7 +18,7 @@
 AddressbookLogout = {};
 
 /**
- * Immediately log out. Is used by onexit the the browser window is cloased.
+ * Immediately log out. Is used by onexit the the browser window is closed.
  */
 AddressbookLogout.logout = function() {
   jQuery.ajax({url:"/KillSession",async:false});