Update of /var/cvs/src/org/mmbase/util
In directory james.mmbase.org:/tmp/cvs-serv19250/src/org/mmbase/util
Modified Files:
Casting.java
Log Message:
typo
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/util
Index: Casting.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/Casting.java,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -b -r1.109 -r1.110
--- Casting.java 11 Apr 2008 14:48:54 -0000 1.109
+++ Casting.java 11 Apr 2008 14:50:41 -0000 1.110
@@ -16,7 +16,7 @@
*
* @author Michiel Meeuwissen
* @since MMBase-1.6
- * @version $Id: Casting.java,v 1.109 2008/04/11 14:48:54 michiel Exp $
+ * @version $Id: Casting.java,v 1.110 2008/04/11 14:50:41 nklasens Exp $
*/
import java.util.*;
@@ -214,7 +214,7 @@
// just to avoid the error
return null;
}
- log.error("Dont now how to convert to " + type);
+ log.error("Dont know how to convert to " + type);
// don't know
return (C) value;
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs