Revision: 10494
Author:   gwt.mirror...@gmail.com
Date:     Thu Aug  4 11:18:23 2011
Log:      Fix typo

Fixes issues: 5912

Review at http://gwt-code-reviews.appspot.com/1497807

Review by: unn...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=10494

Modified:
 /trunk/user/src/com/google/gwt/regexp/shared/RegExp.java

=======================================
--- /trunk/user/src/com/google/gwt/regexp/shared/RegExp.java Fri Oct 8 06:15:38 2010 +++ /trunk/user/src/com/google/gwt/regexp/shared/RegExp.java Thu Aug 4 11:18:23 2011
@@ -32,7 +32,7 @@
  * There are a few small incompatibilities between the two implementations.
* Java-specific constructs in the regular expression syntax (e.g. [a-z&&[^bc]],
  * (?<=foo), \A, \Q) work only in the pure Java implementation, not the GWT
- * implementation, and are not rejected by either. Also, the Javscript-specific + * implementation, and are not rejected by either. Also, the Javascript-specific
  * constructs $` and $' in the replacement expression work only in the GWT
  * implementation, not the pure Java implementation, which rejects them.
  */

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to