You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by Neeme Praks <ne...@apache.org> on 2002/12/03 13:30:30 UTC

[patch] spelling mistake in util.Repository.java

Index: Repository.java
===================================================================
RCS file: /home/cvspublic/jakarta-bcel/src/java/org/apache/bcel/util/Repository.java,v
retrieving revision 1.4
diff -u -r1.4 Repository.java
--- Repository.java	11 Oct 2002 20:34:47 -0000	1.4
+++ Repository.java	3 Dec 2002 12:27:35 -0000
@@ -59,7 +59,7 @@
 /**
  * Abstract definition of a class repository. Instances may be used
  * to load classes from different sources and may be used in the
- * Repository.setRpeository method.
+ * Repository.setRepository method.
  *
  * @see org.apache.bcel.Repository
  * @version $Id: Repository.java,v 1.4 2002/10/11 20:34:47 mdahm Exp $