Fixes a javadoc typo in the app generated by WebAppCreator.


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9644 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/user/tools/SharedClassTemplate.javasrc b/user/src/com/google/gwt/user/tools/SharedClassTemplate.javasrc
index 358c351..ecdd1b7 100644
--- a/user/src/com/google/gwt/user/tools/SharedClassTemplate.javasrc
+++ b/user/src/com/google/gwt/user/tools/SharedClassTemplate.javasrc
@@ -15,7 +15,7 @@
  * <p>
  * When creating a class that is used on both the client and the server, be sure
  * that all code is translatable and does not use native JavaScript. Code that
- * is note translatable (such as code that interacts with a database or the file
+ * is not translatable (such as code that interacts with a database or the file
  * system) cannot be compiled into client side JavaScript. Code that uses native
  * JavaScript (such as Widgets) cannot be run on the server.
  * </p>