Skip to content

Commit f673bc6

Browse files
committed
fixed a ton of xmldoc typo errors
wasn't sure how to break this up but all the typo fixes look to be simple typing mistakes.
1 parent 3a31120 commit f673bc6

File tree

116 files changed

+154
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+154
-154
lines changed

src/NHibernate.Test/CfgTest/ConfigurationFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public void ReadCfgXmlFromDefaultFile()
4040
}
4141

4242
/// <summary>
43-
/// Recieved sample code that Configuration could not be configured manually. It can be configured
43+
/// Received sample code that Configuration could not be configured manually. It can be configured
4444
/// manually just need to set all of the properties before adding classes
4545
/// </summary>
4646
[Test, Explicit]

src/NHibernate.Test/ExpressionTest/BaseExpressionFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace NHibernate.Test.ExpressionTest
1111
{
1212
/// <summary>
13-
/// Contains all of the base functionallity for the ExpressionFixtures.
13+
/// Contains all of the base functionality for the ExpressionFixtures.
1414
/// </summary>
1515
public class BaseExpressionFixture
1616
{

src/NHibernate.Test/ExpressionTest/LogicalExpressionFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace NHibernate.Test.ExpressionTest
1111
/// Test the LogicalExpression class.
1212
/// </summary>
1313
/// <remarks>
14-
/// There are no need for the subclasses AndExpresssion and OrExpression to have their own
14+
/// There are no need for the subclasses AndExpression and OrExpression to have their own
1515
/// TestFixtures because all they do is override one property.
1616
/// </remarks>
1717
[TestFixture]

src/NHibernate.Test/Hql/HQLFunctions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace NHibernate.Test.Hql
77
{
88
/// <summary>
9-
/// This test run each HQL function separatelly so is easy to know wich function need
9+
/// This test run each HQL function separately so is easy to know which function need
1010
/// an override in the specific dialect implementation.
1111
/// </summary>
1212
[TestFixture]

src/NHibernate.Test/NHSpecificTest/NH1483/Fixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ protected override void OnTearDown()
1313
}
1414

1515
/// <summary>
16-
/// Tests that a Subclass can be loaded from second level cache as the specifed
16+
/// Tests that a Subclass can be loaded from second level cache as the specified
1717
/// type of baseclass
1818
/// </summary>
1919
/// <typeparam name="TBaseClass">The type of the BaseClass to test.</typeparam>

src/NHibernate.Test/NHSpecificTest/NH1584/Calico.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace NHibernate.Test.NHSpecificTest.NH1584
22
{
33
/// <summary>
4-
/// This class describes a few of the attributes possbile for a &quot;Calico&quot; coat.
4+
/// This class describes a few of the attributes possible for a &quot;Calico&quot; coat.
55
/// </summary>
66
public class Calico : CoatPattern
77
{

src/NHibernate.Test/NHSpecificTest/NH1584/TestFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ protected override void OnTearDown()
2222
}
2323

2424
/// <summary>
25-
/// Demostrate that the session is able to load the one-to-one composition between a joined subclass and its related entity.
25+
/// Demonstrate that the session is able to load the one-to-one composition between a joined subclass and its related entity.
2626
/// </summary>
2727
[Test]
2828
public void Load_One_To_One_Composition_For_Joined_Subclass_Succeeds()

src/NHibernate.Test/NHSpecificTest/NH1789/ProxyEqualityProblemTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected override void OnTearDown()
3434
}
3535

3636
/// <summary>
37-
/// This test fails: when compariing a proxy with a non-proxy, I want the proxy to use the Equals() method on DomainObject to check for equality.
37+
/// This test fails: when comparing a proxy with a non-proxy, I want the proxy to use the Equals() method on DomainObject to check for equality.
3838
/// It doesn't do it, so the equality fails.
3939
/// </summary>
4040
[Test]

src/NHibernate.Test/NHSpecificTest/NH1792/Fixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected override void OnSetUp()
5050
}
5151

5252
/// <summary>
53-
/// Verifies that a subquery created as a detachedcriteria with an order by
53+
/// Verifies that a subquery created as a detached criteria with an order by
5454
/// will produce valid sql when the main query does not contain an order by clause
5555
/// </summary>
5656
[Test]

src/NHibernate.Test/NHSpecificTest/NH3050/FixtureByCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ where names.Contains(e.Name)
9696
}
9797

9898
/// <summary>
99-
/// Uses reflection to create a new SoftLimitMRUCache with a specified size and sets session factory query plan chache to it.
99+
/// Uses reflection to create a new SoftLimitMRUCache with a specified size and sets session factory query plan cache to it.
100100
/// This is done like this as NHibernate does not currently provide any way to specify the query plan cache size through configuration.
101101
/// </summary>
102102
/// <param name="factory"></param>

0 commit comments

Comments
 (0)