summaryrefslogtreecommitdiff
path: root/include/git2/worktree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/worktree.h')
-rw-r--r--include/git2/worktree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/worktree.h b/include/git2/worktree.h
index ee6b04b0c..8691f96db 100644
--- a/include/git2/worktree.h
+++ b/include/git2/worktree.h
@@ -90,7 +90,7 @@ typedef struct git_worktree_add_options {
/**
* Options for the checkout.
*/
- git_checkout_options checkout_opts;
+ git_checkout_options checkout_options;
} git_worktree_add_options;
#define GIT_WORKTREE_ADD_OPTIONS_VERSION 1