brett 2005/03/22 04:29:03
Modified: maven-plugin/src/main/java/org/apache/maven/plugin
AbstractPlugin.java
Log:
fix typo
Revision Changes Path
1.8 +2 -2
maven-components/maven-plugin/src/main/java/org/apache/maven/plugin/AbstractPlugin.java
Index: AbstractPlugin.java
===================================================================
RCS file:
/home/cvs/maven-components/maven-plugin/src/main/java/org/apache/maven/plugin/AbstractPlugin.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- AbstractPlugin.java 21 Mar 2005 04:00:46 -0000 1.7
+++ AbstractPlugin.java 22 Mar 2005 12:29:03 -0000 1.8
@@ -59,7 +59,7 @@
throws Exception
{
throw new UnsupportedOperationException(
- "If you are using the old technioque, you must override
execute(req,resp)" );
+ "If you are using the old technique, you must override
execute(req,resp)" );
}
public void setLog( Log log )