|
From: <tre...@us...> - 2007-08-29 00:48:03
|
Revision: 289
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=289&view=rev
Author: trevorolio
Date: 2007-08-28 17:48:02 -0700 (Tue, 28 Aug 2007)
Log Message:
-----------
HTML typo
Modified Paths:
--------------
maven/trunk/ogoglio-server/src/main/webapp/body.html
Modified: maven/trunk/ogoglio-server/src/main/webapp/body.html
===================================================================
--- maven/trunk/ogoglio-server/src/main/webapp/body.html 2007-08-28 23:53:35 UTC (rev 288)
+++ maven/trunk/ogoglio-server/src/main/webapp/body.html 2007-08-29 00:48:02 UTC (rev 289)
@@ -42,7 +42,7 @@
function handleAuth(){
if(loginCookie == null){
- mainElement.innerHTML = "<h2>Pleae sign in to use this page.</h2>";
+ mainElement.innerHTML = "<h2>Please sign in to use this page.</h2>";
return;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|