Author: deepal
Date: Sun Dec 23 08:34:46 2007
New Revision: 11694

Log:

Code clean up and fixing some typos 
- I think we should need to write some more comments   :)

Modified:
   
trunk/registry/modules/core/src/main/java/org/wso2/registry/servlet/RegistryServlet.java

Modified: 
trunk/registry/modules/core/src/main/java/org/wso2/registry/servlet/RegistryServlet.java
==============================================================================
--- 
trunk/registry/modules/core/src/main/java/org/wso2/registry/servlet/RegistryServlet.java
    (original)
+++ 
trunk/registry/modules/core/src/main/java/org/wso2/registry/servlet/RegistryServlet.java
    Sun Dec 23 08:34:46 2007
@@ -57,7 +57,7 @@
     private static final Log log = LogFactory.getLog(RegistryServlet.class);
     protected transient ServletConfig servletConfig;
 
-    //To store the conetxt path
+    //To store the context path
     private String contextRoot = null;
     private String configPath;
     private RegistryConfiguration registryConfiguration;
@@ -162,7 +162,7 @@
             registry.put(path, fileElement);
             
request.getSession().setAttribute(RegistryConstants.STATUS_MESSAGE_NAME,
                                               "Resource " + path +
-                                              " is sucessfully added to the 
registry.");
+                                              " is successfully added to the 
registry.");
             response.setContentType("text/html");
             request.getRequestDispatcher(RegistryConstants.RESOURCES_JSP)
                     .forward(request, response);

_______________________________________________
Registry-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/registry-dev

Reply via email to