From b58103b78a0791012991a8428d8894e75d4726f7 Mon Sep 17 00:00:00 2001 From: Andre Rodrigues Date: Wed, 13 Oct 2010 10:46:53 -0700 Subject: [PATCH] Fixing comment typos. --HG-- branch : dev --- .../Modules/Orchard.Search/Controllers/SearchController.cs | 2 +- src/Orchard.Web/Modules/Orchard.Search/Models/SearchFormPart.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.Search/Controllers/SearchController.cs b/src/Orchard.Web/Modules/Orchard.Search/Controllers/SearchController.cs index fc8226ac6..b52263e10 100644 --- a/src/Orchard.Web/Modules/Orchard.Search/Controllers/SearchController.cs +++ b/src/Orchard.Web/Modules/Orchard.Search/Controllers/SearchController.cs @@ -54,7 +54,7 @@ namespace Orchard.Search.Controllers { var searchViewModel = new SearchViewModel { Query = q, - DefaultPageSize = 10, // <- yeah, I know :| + DefaultPageSize = 10, // TODO: sebastien <- yeah, I know :| PageOfResults = pageOfItems }; diff --git a/src/Orchard.Web/Modules/Orchard.Search/Models/SearchFormPart.cs b/src/Orchard.Web/Modules/Orchard.Search/Models/SearchFormPart.cs index da21fddca..4c804773e 100644 --- a/src/Orchard.Web/Modules/Orchard.Search/Models/SearchFormPart.cs +++ b/src/Orchard.Web/Modules/Orchard.Search/Models/SearchFormPart.cs @@ -2,7 +2,7 @@ namespace Orchard.Search.Models { /// - /// Cotnent part for the search form widget + /// Content part for the search form widget /// public class SearchFormPart : ContentPart { }