Skip to content

Commit d86bada

Browse files
Fix a typo in a comment.
1 parent ba8b3bf commit d86bada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGit2Sharp/Submodule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ internal Submodule(Repository repo, string name, string path, string url)
9898
public virtual SubmoduleUpdate UpdateRule { get { return updateRule.Value; } }
9999

100100
/// <summary>
101-
/// Retrieves the state of this submodule in the working directory compared to the staging area and the latest commmit.
101+
/// Retrieves the state of this submodule in the working directory compared to the staging area and the latest commit.
102102
/// </summary>
103103
/// <returns>The <see cref="SubmoduleStatus"/> of this submodule.</returns>
104104
public virtual SubmoduleStatus RetrieveStatus()

0 commit comments

Comments
 (0)