summaryrefslogtreecommitdiff
path: root/include/git2/branch.h
diff options
context:
space:
mode:
authorEtienne Samson <samson.etienne@gmail.com>2018-03-22 23:27:35 +0100
committerEtienne Samson <samson.etienne@gmail.com>2018-05-07 21:50:38 +0200
commit78ea5adc4fdd22d4f07c5a687686754b76ce5f13 (patch)
tree4f10665fbddd127f641ae1b4f3928284b7b6da32 /include/git2/branch.h
parentbf46d45846de1b4822e60ab8905f5c3b93794da8 (diff)
downloadlibgit2-78ea5adc4fdd22d4f07c5a687686754b76ce5f13.tar.gz
branch: typo
Diffstat (limited to 'include/git2/branch.h')
-rw-r--r--include/git2/branch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/branch.h b/include/git2/branch.h
index 88fe723a0..8a4ce29a9 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