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 01:42:23 +0300
committerDan Moseley <danmose@microsoft.com>2017-08-30 01:42:23 +0300
commitb09fab5799bb1ca4bea4b4bb086d2c9870dd5191 (patch)
tree2be40312761d809555b010e44d8658bad0fc2675 /src/System.Transactions.Local
parent723c7feed515abbeece068e05fdf2f918a74ca85 (diff)
XML doc spelling corrections - I through P. :shower: (#23651)
Diffstat (limited to 'src/System.Transactions.Local')
-rw-r--r--src/System.Transactions.Local/src/System/Transactions/DistributedTransaction.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Transactions.Local/src/System/Transactions/DistributedTransaction.cs b/src/System.Transactions.Local/src/System/Transactions/DistributedTransaction.cs
index fe853f8732..e9fe853c7d 100644
--- a/src/System.Transactions.Local/src/System/Transactions/DistributedTransaction.cs
+++ b/src/System.Transactions.Local/src/System/Transactions/DistributedTransaction.cs
@@ -49,7 +49,7 @@ namespace System.Transactions.Distributed
/// <summary>
/// A Transaction object represents a single transaction. It is created by TransactionManager
/// objects through CreateTransaction or through deserialization. Alternatively, the static Create
- /// methodis provided, which creates a "default" TransactionManager and requests that it create
+ /// methods provided, which creates a "default" TransactionManager and requests that it create
/// a new transaction with default values. A transaction can only be committed by
/// the client application that created the transaction. If a client application wishes to allow
/// access to the transaction by multiple threads, but wants to prevent those other threads from