You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ke...@apache.org on 2007/05/12 06:32:12 UTC

svn commit: r537334 - /ant/core/trunk/src/main/org/apache/tools/ant/util/DOMElementWriter.java

Author: kevj
Date: Fri May 11 21:32:11 2007
New Revision: 537334

URL: http://svn.apache.org/viewvc?view=rev&rev=537334
Log:
-doc typo

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

Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/DOMElementWriter.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/util/DOMElementWriter.java?view=diff&rev=537334&r1=537333&r2=537334
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/util/DOMElementWriter.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/util/DOMElementWriter.java Fri May 11 21:32:11 2007
@@ -43,7 +43,7 @@
  */
 public class DOMElementWriter {
 
-    /** prefix for genefrated prefixes */
+    /** prefix for generated prefixes */
     private static final String NS = "ns";
 
     /** xml declaration is on by default */



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