From 747b4d4c0c566772012d138bfbd3a53378694355 Mon Sep 17 00:00:00 2001 From: markpollack Date: Wed, 16 Jul 2008 18:09:26 +0000 Subject: [PATCH] xml doc fix --- .../Spring.Core/Expressions/Processors/OrderByProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Spring/Spring.Core/Expressions/Processors/OrderByProcessor.cs b/src/Spring/Spring.Core/Expressions/Processors/OrderByProcessor.cs index 0cc8aedd..5f5ed58d 100644 --- a/src/Spring/Spring.Core/Expressions/Processors/OrderByProcessor.cs +++ b/src/Spring/Spring.Core/Expressions/Processors/OrderByProcessor.cs @@ -106,7 +106,7 @@ namespace Spring.Expressions.Processors /// Sorts the source collection using custom sort criteria. /// /// - /// Please not that your compare function needs to take care about + /// Please note that your compare function needs to take care about /// proper conversion of types to be comparable! /// ///