diff options
Diffstat (limited to 'third_party/git/refs/refs-internal.h')
-rw-r--r-- | third_party/git/refs/refs-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/refs/refs-internal.h b/third_party/git/refs/refs-internal.h index ff2436c0fb70..f2d8c0123a77 100644 --- a/third_party/git/refs/refs-internal.h +++ b/third_party/git/refs/refs-internal.h @@ -262,7 +262,7 @@ int refs_rename_ref_available(struct ref_store *refs, * after calling ref_iterator_advance() again or calling * ref_iterator_abort(), you must make a copy. When the iteration has * been exhausted, ref_iterator_advance() releases any resources - * associated with the iteration, frees the ref_iterator object, and + * assocated with the iteration, frees the ref_iterator object, and * returns ITER_DONE. If you want to abort the iteration early, call * ref_iterator_abort(), which also frees the ref_iterator object and * any associated resources. If there was an internal error advancing |