Commit 78ea5adc4fdd22d4f07c5a687686754b76ce5f13

Etienne Samson 2018-03-22T23:27:35

branch: typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/branch.h b/include/git2/branch.h
index 88fe723..8a4ce29 100644
--- a/include/git2/branch.h
+++ b/include/git2/branch.h
@@ -278,7 +278,7 @@ GIT_EXTERN(int) git_branch_remote_name(
 
 
 /**
- * Retrieve the name fo the upstream remote of a local branch
+ * Retrieve the name of the upstream remote of a local branch
  *
  * @param buf the buffer into which to write the name
  * @param repo the repository in which to look