diff options
| -rw-r--r-- | include/git2/branch.h | 2 |
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 |
