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:34:09 +0300
committerAlessandro Gentilini <alessandro.gentilini@gmail.com>2015-05-18 22:34:09 +0300
commitde4db2db1176fdf50b193aeb64d8f739d2b23756 (patch)
treed9f334b01fb2092e58d91245dcabde85fc8812a0
parent37cf8af91a1363f8bf53bb2eaea53e35db67525b (diff)
Fix a typo in a comment.
-rw-r--r--LibGit2Sharp/RepositoryExtensions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/RepositoryExtensions.cs b/LibGit2Sharp/RepositoryExtensions.cs
index f54d3ed8..922ff82c 100644
--- a/LibGit2Sharp/RepositoryExtensions.cs
+++ b/LibGit2Sharp/RepositoryExtensions.cs
@@ -774,7 +774,7 @@ namespace LibGit2Sharp
}
/// <summary>
- /// Retrieves the state of all files in the working directory, comparing them against the staging area and the latest commmit.
+ /// Retrieves the state of all files in the working directory, comparing them against the staging area and the latest commit.
/// </summary>
/// <returns>A <see cref="RepositoryStatus"/> holding the state of all the files.</returns>
/// <param name="repository">The <see cref="IRepository"/> being worked with.</param>