From: <jbo...@li...> - 2005-10-11 11:38:24
|
Author: aron.gombas Date: 2005-10-11 07:38:32 -0400 (Tue, 11 Oct 2005) New Revision: 1363 Modified: trunk/labs/kosmos/web-server/WEB-INF/web.xml Log: Minor typo fixes Modified: trunk/labs/kosmos/web-server/WEB-INF/web.xml =================================================================== --- trunk/labs/kosmos/web-server/WEB-INF/web.xml 2005-10-11 11:37:55 UTC (rev 1362) +++ trunk/labs/kosmos/web-server/WEB-INF/web.xml 2005-10-11 11:38:32 UTC (rev 1363) @@ -6,8 +6,8 @@ <!-- $Id$ --> <web-app> - <display-name>Kosmos services servlet</display-name> - <description>Server component of Kosmos</description> + <display-name>Kosmos Services Servlet</display-name> + <description>Server component of Kosmos.</description> <!-- Both HTTP and HTTPS protocol can be used here. --> <context-param> |