diff options
Diffstat (limited to 'src/cancellation.h')
-rw-r--r-- | src/cancellation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cancellation.h b/src/cancellation.h index d447e00c6..fbb6fbc54 100644 --- a/src/cancellation.h +++ b/src/cancellation.h @@ -14,7 +14,7 @@ /** * Check whether there's an active cancellation that's been canceled. */ -GIT_INLINE(bool) git_cancellation__cancelled(void) +GIT_INLINE(bool) git_cancellation__canceled(void) { git_cancellation *c = GIT_GLOBAL->cancellation; |