Skip to content

Commit e358736

Browse files
authored
Merge pull request CslaGenFork#96 from tfreitasleal/master
Fix typo.
2 parents 414ce71 + 9c9245f commit e358736

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

trunk/Templates/CSLA40/CSharp/XmlComment.asp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<%
22
string classType = "business object";
33
if (Info.ObjectType == CslaObjectType.BaseClass)
4-
classType = "base classe";
4+
classType = "base class";
55
else if (Info.ObjectType == CslaObjectType.CriteriaClass)
6-
classType = "criteria classe";
6+
classType = "criteria class";
77
88
if ((firstComment == null && string.IsNullOrEmpty(Info.Parent.GenerationParams.ClassCommentFilenameSuffix)) ||
99
(firstComment == true && !string.IsNullOrEmpty(Info.Parent.GenerationParams.ClassCommentFilenameSuffix)))

trunk/Templates/CSLA40DAL/CSharp/XmlComment.asp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<%
22
string classType = "business object";
33
if (Info.ObjectType == CslaObjectType.BaseClass)
4-
classType = "base classe";
4+
classType = "base class";
55
else if (Info.ObjectType == CslaObjectType.CriteriaClass)
6-
classType = "criteria classe";
6+
classType = "criteria class";
77
88
if ((firstComment == null && string.IsNullOrEmpty(Info.Parent.GenerationParams.ClassCommentFilenameSuffix)) ||
99
(firstComment == true && !string.IsNullOrEmpty(Info.Parent.GenerationParams.ClassCommentFilenameSuffix)))

trunk/Templates/CSLA40DAL/VB/XmlComment.asp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<%
22
string classType = "business object";
33
if (Info.ObjectType == CslaObjectType.BaseClass)
4-
classType = "base classe";
4+
classType = "base class";
55
else if (Info.ObjectType == CslaObjectType.CriteriaClass)
6-
classType = "criteria classe";
6+
classType = "criteria class";
77
88
if ((firstComment == null && string.IsNullOrEmpty(Info.Parent.GenerationParams.ClassCommentFilenameSuffix)) ||
99
(firstComment == true && !string.IsNullOrEmpty(Info.Parent.GenerationParams.ClassCommentFilenameSuffix)))

0 commit comments

Comments
 (0)