mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing "Valitator" typos
This commit is contained in:
@@ -103,7 +103,7 @@ namespace Orchard.Projections.Providers.Layouts {
|
||||
}
|
||||
}
|
||||
|
||||
public class GridLayoutFormsValitator : FormHandler {
|
||||
public class GridLayoutFormsValidator : FormHandler {
|
||||
public Localizer T { get; set; }
|
||||
|
||||
public override void Validating(ValidatingContext context) {
|
||||
|
||||
@@ -65,7 +65,7 @@ namespace Orchard.Projections.Providers.Layouts {
|
||||
}
|
||||
}
|
||||
|
||||
public class ListLayoutFormsValitator : FormHandler {
|
||||
public class ListLayoutFormsValidator : FormHandler {
|
||||
public Localizer T { get; set; }
|
||||
|
||||
public override void Validating(ValidatingContext context) {
|
||||
|
||||
@@ -42,7 +42,7 @@ namespace Orchard.Projections.Providers.SortCriteria {
|
||||
}
|
||||
}
|
||||
|
||||
public class SortCriterionFormValitator : FormHandler {
|
||||
public class SortCriterionFormValidator : FormHandler {
|
||||
public Localizer T { get; set; }
|
||||
|
||||
public override void Validating(ValidatingContext context) {
|
||||
|
||||
@@ -65,7 +65,7 @@ namespace Orchard.Rules.Providers {
|
||||
}
|
||||
}
|
||||
|
||||
public class ScheduleFormsValitator : FormHandler {
|
||||
public class ScheduleFormsValidator : FormHandler {
|
||||
public Localizer T { get; set; }
|
||||
|
||||
public override void Validating(ValidatingContext context) {
|
||||
|
||||
@@ -46,7 +46,7 @@ namespace Orchard.Workflows.Forms {
|
||||
}
|
||||
}
|
||||
|
||||
public class ScheduleFormsValitator : FormHandler {
|
||||
public class ScheduleFormsValidator : FormHandler {
|
||||
public Localizer T { get; set; }
|
||||
|
||||
public override void Validating(ValidatingContext context) {
|
||||
|
||||
Reference in New Issue
Block a user