From c2e9081f66c14f71d2600900b42cd072ccb1337d Mon Sep 17 00:00:00 2001 From: "C.J. Adams-Collier" Date: Tue, 3 Apr 2007 12:39:25 +0000 Subject: [PATCH] typo correction svn path=/trunk/mcs/; revision=75341 --- mcs/class/System.XML/Mono.Xml.Xsl.Operations/XslChoose.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs/class/System.XML/Mono.Xml.Xsl.Operations/XslChoose.cs b/mcs/class/System.XML/Mono.Xml.Xsl.Operations/XslChoose.cs index 5bb7721af38..03f51da027c 100644 --- a/mcs/class/System.XML/Mono.Xml.Xsl.Operations/XslChoose.cs +++ b/mcs/class/System.XML/Mono.Xml.Xsl.Operations/XslChoose.cs @@ -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) -- 2.25.1