Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisellgren committed Apr 29, 2012
1 parent 81b1186 commit ae2b3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibGit2Sharp/RepositoryInformation.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public bool IsEmpty
} }


/// <summary> /// <summary>
/// Indicates whether the Head points to an arbitrary commit instead of the tip of a local banch. /// Indicates whether the Head points to an arbitrary commit instead of the tip of a local branch.
/// </summary> /// </summary>
public bool IsHeadDetached public bool IsHeadDetached
{ {
Expand Down

0 comments on commit ae2b3c9

Please sign in to comment.