From 6477481eb5c45663c7d26854c840c1186d103113 Mon Sep 17 00:00:00 2001 From: mdb Date: Sat, 16 Mar 2002 20:50:31 +0000 Subject: [PATCH] Documentation edit. git-svn-id: https://samskivert.googlecode.com/svn/trunk@657 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- .../src/java/com/samskivert/xml/ValidatedSetNextRule.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/samskivert/src/java/com/samskivert/xml/ValidatedSetNextRule.java b/projects/samskivert/src/java/com/samskivert/xml/ValidatedSetNextRule.java index c68269e1..e4c14890 100644 --- a/projects/samskivert/src/java/com/samskivert/xml/ValidatedSetNextRule.java +++ b/projects/samskivert/src/java/com/samskivert/xml/ValidatedSetNextRule.java @@ -1,5 +1,5 @@ // -// $Id: ValidatedSetNextRule.java,v 1.1 2001/11/29 21:30:13 mdb Exp $ +// $Id: ValidatedSetNextRule.java,v 1.2 2002/03/16 20:50:31 mdb Exp $ // // samskivert library - useful routines for java programs // Copyright (C) 2001 Walter Korman @@ -30,8 +30,8 @@ import org.apache.commons.digester.Rule; * Like the SetNextRule except that the object on the top of * the stack is validated before the set next method is called. If the * object is determined not to be valid, the set next method will not be - * called (and the assumption is that the validator will have emmitted - * some useful error message indicating to the user why the object was + * called (and the assumption is that the validator will have emitted some + * useful error message indicating to the user why the object was * invalid). */ public class ValidatedSetNextRule extends Rule