diff options
Diffstat (limited to 'wotonomy-web-test/src/main/webapp/WEB-INF/web.xml')
| -rw-r--r-- | wotonomy-web-test/src/main/webapp/WEB-INF/web.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wotonomy-web-test/src/main/webapp/WEB-INF/web.xml b/wotonomy-web-test/src/main/webapp/WEB-INF/web.xml index b505b52..72a5389 100644 --- a/wotonomy-web-test/src/main/webapp/WEB-INF/web.xml +++ b/wotonomy-web-test/src/main/webapp/WEB-INF/web.xml @@ -6,12 +6,12 @@ <web-app> <servlet> - <servlet-name>ApplicatonServlet</servlet-name> + <servlet-name>ApplicationServlet</servlet-name> <servlet-class>Application</servlet-class> </servlet> <servlet-mapping> - <servlet-name>ApplicatonServlet</servlet-name> + <servlet-name>ApplicationServlet</servlet-name> <url-pattern>/</url-pattern> </servlet-mapping> </web-app> |
