diff options
Diffstat (limited to 'include/git2/refs.h')
-rw-r--r-- | include/git2/refs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/git2/refs.h b/include/git2/refs.h index 882e32769..2918215aa 100644 --- a/include/git2/refs.h +++ b/include/git2/refs.h @@ -124,7 +124,7 @@ GIT_EXTERN(const char *) git_reference_name(git_reference *ref); /** * Resolve a symbolic reference * - * Thie method iteratively peels a symbolic reference + * This method iteratively peels a symbolic reference * until it resolves to a direct reference to an OID. * * The peeled reference is returned in the `resolved_ref` @@ -293,7 +293,7 @@ GIT_EXTERN(int) git_reference_is_packed(git_reference *ref); * * Reference pointers may become outdated if the Git * repository is accessed simultaneously by other clients - * whilt the library is open. + * while the library is open. * * This method forces a reload of the reference from disk, * to ensure that the provided information is still |