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

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Gentilini <alessandro.gentilini@gmail.com>2015-05-18 22:29:50 +0300
committerAlessandro Gentilini <alessandro.gentilini@gmail.com>2015-05-18 22:29:50 +0300
commitd86bada1dcacd30f4b09a639b2d9fa127e9f01f2 (patch)
tree8e9a0b5a4d84acf3b560187ccd2d08e6fed47f9c
parentba8b3bf8e88f9bfde684474c199bf9f002dc9d40 (diff)
Fix a typo in a comment.
-rw-r--r--LibGit2Sharp/Submodule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/Submodule.cs b/LibGit2Sharp/Submodule.cs
index 81f67754..d832609a 100644
--- a/LibGit2Sharp/Submodule.cs
+++ b/LibGit2Sharp/Submodule.cs
@@ -98,7 +98,7 @@ namespace LibGit2Sharp
public virtual SubmoduleUpdate UpdateRule { get { return updateRule.Value; } }
/// <summary>
- /// Retrieves the state of this submodule in the working directory compared to the staging area and the latest commmit.
+ /// Retrieves the state of this submodule in the working directory compared to the staging area and the latest commit.
/// </summary>
/// <returns>The <see cref="SubmoduleStatus"/> of this submodule.</returns>
public virtual SubmoduleStatus RetrieveStatus()