Reviewers: unnurg,

Description:
Fix typo

Fixes issues: 5912

Review by: unn...@google.com

Please review this at http://gwt-code-reviews.appspot.com/1497807/

Affected files:
  M user/src/com/google/gwt/regexp/shared/RegExp.java


Index: user/src/com/google/gwt/regexp/shared/RegExp.java
===================================================================
--- user/src/com/google/gwt/regexp/shared/RegExp.java   (revision 10471)
+++ user/src/com/google/gwt/regexp/shared/RegExp.java   (working copy)
@@ -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