You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2006/06/05 20:54:59 UTC

svn commit: r411891 - /ant/core/trunk/src/main/org/apache/tools/ant/util/regexp/Regexp.java

Author: mbenson
Date: Mon Jun  5 11:54:59 2006
New Revision: 411891

URL: http://svn.apache.org/viewvc?rev=411891&view=rev
Log:
sp

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/util/regexp/Regexp.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/regexp/Regexp.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/regexp/Regexp.java?rev=411891&r1=411890&r2=411891&view=diff
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/util/regexp/Regexp.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/util/regexp/Regexp.java Mon Jun  5 11:54:59 2006
@@ -1,5 +1,5 @@
 /*
- * Copyright  2001-2002,2004 The Apache Software Foundation
+ * Copyright 2001-2002,2004,2006 The Apache Software Foundation
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -26,12 +26,12 @@
 public interface Regexp extends RegexpMatcher {
 
     /**
-     * Replace only the first occurance of the regular expression
+     * Replace only the first occurrence of the regular expression
      */
     int REPLACE_FIRST          = 0x00000001;
 
     /**
-     * Replace all occurances of the regular expression
+     * Replace all occurrences of the regular expression
      */
     int REPLACE_ALL            = 0x00000010;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org