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!
///
///