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 { }