typo correction
authorC.J. Adams-Collier <cjac@colliertech.org>
Tue, 3 Apr 2007 12:39:25 +0000 (12:39 -0000)
committerC.J. Adams-Collier <cjac@colliertech.org>
Tue, 3 Apr 2007 12:39:25 +0000 (12:39 -0000)
svn path=/trunk/mcs/; revision=75341

mcs/class/System.XML/Mono.Xml.Xsl.Operations/XslChoose.cs

index 5bb7721af386361ce78100b6a3c1f6a1c4a6eb60..03f51da027c93e30b13822e30182b013dfef9e1e 100644 (file)
@@ -77,7 +77,7 @@ namespace Mono.Xml.Xsl.Operations {
                        c.Input.MoveToParent ();
                        
                        if (conditions.Count == 0)
-                               throw new XsltCompileException ("Choose must have 1 or ore when elements", null, c.Input);
+                               throw new XsltCompileException ("Choose must have 1 or more when elements", null, c.Input);
                }
 
                public override void Evaluate (XslTransformProcessor p)