Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Chavez <bchavez@bitarmory.com>2017-08-30 03:10:01 +0300
committerDan Moseley <danmose@microsoft.com>2017-08-30 03:10:01 +0300
commita27929935d2782cdc3e7be21653e8c4530274c6f (patch)
tree5718bee09849ce12be8b78a87f3a7365fc9eb502 /src/System.Transactions.Local
parent67e755a1e8d16d0e5a2f5919c71e531fbf708188 (diff)
XML doc spelling corrections - D through H. :shower: (#23638)
Diffstat (limited to 'src/System.Transactions.Local')
-rw-r--r--src/System.Transactions.Local/src/System/Transactions/EnlistmentTraceIdentifier.cs4
-rw-r--r--src/System.Transactions.Local/src/System/Transactions/TransactionTraceIdentifier.cs4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/System.Transactions.Local/src/System/Transactions/EnlistmentTraceIdentifier.cs b/src/System.Transactions.Local/src/System/Transactions/EnlistmentTraceIdentifier.cs
index 943bd35705..612214bcf8 100644
--- a/src/System.Transactions.Local/src/System/Transactions/EnlistmentTraceIdentifier.cs
+++ b/src/System.Transactions.Local/src/System/Transactions/EnlistmentTraceIdentifier.cs
@@ -5,7 +5,7 @@
namespace System.Transactions
{
/// <summary>
- /// This identifier is used in tracing to distiguish transaction
+ /// This identifier is used in tracing to distinguish transaction
/// enlistments. This identifier is only unique within
/// a given AppDomain.
/// </summary>
@@ -40,7 +40,7 @@ namespace System.Transactions
private readonly int _enlistmentIdentifier;
/// <summary>
- /// A value that distiguishes between multiple enlistments on the same
+ /// A value that distinguishes between multiple enlistments on the same
/// transaction instance by the same resource manager.
/// </summary>
public int EnlistmentIdentifier => _enlistmentIdentifier;
diff --git a/src/System.Transactions.Local/src/System/Transactions/TransactionTraceIdentifier.cs b/src/System.Transactions.Local/src/System/Transactions/TransactionTraceIdentifier.cs
index 0208c36fff..ccc1456356 100644
--- a/src/System.Transactions.Local/src/System/Transactions/TransactionTraceIdentifier.cs
+++ b/src/System.Transactions.Local/src/System/Transactions/TransactionTraceIdentifier.cs
@@ -5,7 +5,7 @@
namespace System.Transactions
{
/// <summary>
- /// This identifier is used in tracing to distiguish instances
+ /// This identifier is used in tracing to distinguish instances
/// of transaction objects. This identifier is only unique within
/// a given AppDomain.
/// </summary>
@@ -28,7 +28,7 @@ namespace System.Transactions
private readonly int _cloneIdentifier;
/// <summary>
/// An integer value that allows different clones of the same
- /// transaction to be distiguished in the tracing.
+ /// transaction to be distinguished in the tracing.
/// </summary>
public int CloneIdentifier => _cloneIdentifier;