diff options
author | Tobias Nießen <tniessen@tnie.de> | 2021-02-22 22:57:16 +0100 |
---|---|---|
committer | Tobias Nießen <tniessen@tnie.de> | 2021-02-22 22:57:16 +0100 |
commit | 25efbc4bd8e021bda4ab5894db436ced60bf34a3 (patch) | |
tree | 57c7aef5a91d6f5c75e3bf567735070b43360b6f /include/git2/refs.h | |
parent | 0fb58396835f789b3c662184003ff34cbf98d248 (diff) | |
download | libgit2-25efbc4bd8e021bda4ab5894db436ced60bf34a3.tar.gz |
include: fix typos in comments
Diffstat (limited to 'include/git2/refs.h')
-rw-r--r-- | include/git2/refs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/git2/refs.h b/include/git2/refs.h index a20a1265b..8bc99e15e 100644 --- a/include/git2/refs.h +++ b/include/git2/refs.h @@ -169,7 +169,7 @@ GIT_EXTERN(int) git_reference_symbolic_create(git_reference **out, git_repositor * * The message for the reflog will be ignored if the reference does * not belong in the standard set (HEAD, branches and remote-tracking - * branches) and and it does not have a reflog. + * branches) and it does not have a reflog. * * @param out Pointer to the newly created reference * @param repo Repository where that reference will live @@ -206,7 +206,7 @@ GIT_EXTERN(int) git_reference_create(git_reference **out, git_repository *repo, * * The message for the reflog will be ignored if the reference does * not belong in the standard set (HEAD, branches and remote-tracking - * branches) and and it does not have a reflog. + * branches) and it does not have a reflog. * * It will return GIT_EMODIFIED if the reference's value at the time * of updating does not match the one passed through `current_id` @@ -318,7 +318,7 @@ GIT_EXTERN(git_repository *) git_reference_owner(const git_reference *ref); * * The message for the reflog will be ignored if the reference does * not belong in the standard set (HEAD, branches and remote-tracking - * branches) and and it does not have a reflog. + * branches) and it does not have a reflog. * * @param out Pointer to the newly created reference * @param ref The reference |