Fixing comment typos.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-10-13 10:46:53 -07:00
parent 67a8d9de23
commit b58103b78a
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ namespace Orchard.Search.Controllers {
var searchViewModel = new SearchViewModel { var searchViewModel = new SearchViewModel {
Query = q, Query = q,
DefaultPageSize = 10, // <- yeah, I know :| DefaultPageSize = 10, // TODO: sebastien <- yeah, I know :|
PageOfResults = pageOfItems PageOfResults = pageOfItems
}; };

View File

@@ -2,7 +2,7 @@
namespace Orchard.Search.Models { namespace Orchard.Search.Models {
/// <summary> /// <summary>
/// Cotnent part for the search form widget /// Content part for the search form widget
/// </summary> /// </summary>
public class SearchFormPart : ContentPart { public class SearchFormPart : ContentPart {
} }