diff options
Diffstat (limited to 'include/git2/push.h')
-rw-r--r-- | include/git2/push.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/push.h b/include/git2/push.h index c98c6d96e..67702aca2 100644 --- a/include/git2/push.h +++ b/include/git2/push.h @@ -105,7 +105,7 @@ GIT_EXTERN(int) git_push_add_refspec(git_push *push, const char *refspec); * @param push The push object * @param signature The identity to use when updating reflogs * @param reflog_message The message to insert into the reflogs. If NULL, the - * default is "update by push". + * default is "update by push". * * @return 0 or an error code */ |