Skip to content

Commit 8b9f50d

Browse files
committed
caviar->caveat in comments
1 parent 5a807f3 commit 8b9f50d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Orm/Xtensive.Orm.Tests/Model/HierarchyRootValidationTest.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public void InvalidNonPersistentKeyTypesForDefaultGeneratorTest()
164164
// Such "correction" makes Domain seem functional but exceptions can happen
165165
// while working with domain.
166166

167-
// This benifits in short term but in long term creates another "caviar" for user to remember
167+
// This benifits in short term but in long term creates another caveat for user to remember
168168
// along his project live, newcomers will probably not know this which can cause instability.
169169

170170
Domain domain = null;
@@ -363,7 +363,7 @@ public void NonPersistentComplexKeyTest()
363363
// Such "correction" makes Domain seem functional but exceptions can happen
364364
// while working with domain.
365365

366-
// This benifits in short term but in long term creates another "caviar" for user to remember
366+
// This benifits in short term but in long term creates another caveat for user to remember
367367
// along his project live, newcomers will probably not know this which can cause instability.
368368

369369
Domain domain = null;
@@ -396,7 +396,7 @@ public void PersistentInterfaceKeyTest()
396396
// Such "correction" makes Domain seem functional but exceptions can happen
397397
// while working with domain.
398398

399-
// This benifits in short term but in long term creates another "caviar" for user to remember
399+
// This benifits in short term but in long term creates another caveat for user to remember
400400
// along his project live, newcomers will probably not know this which can cause instability.
401401

402402
Domain domain = null;
@@ -606,7 +606,7 @@ public void EntityAsKeyTest()
606606
// Such "correction" makes Domain seem functional but exceptions can happen
607607
// while working with domain.
608608

609-
// This benifits in short term but in long term creates another "caviar" for user to remember
609+
// This benifits in short term but in long term creates another caveat for user to remember
610610
// along his project live, newcomers will probably not know this which can cause instability.
611611

612612
Domain domain = null;
@@ -1024,7 +1024,7 @@ public void TwoKeysTest()
10241024
// Such "correction" makes Domain seem functional but exceptions can happen
10251025
// while working with domain.
10261026

1027-
// This benifits in short term but in long term creates another "caviar" for user to remember
1027+
// This benifits in short term but in long term creates another caveat for user to remember
10281028
// along his project live, newcomers will probably not know this which can cause instability.
10291029

10301030
Domain domain = null;

0 commit comments

Comments
 (0)