summaryrefslogtreecommitdiff
path: root/include/git2/checkout.h
diff options
context:
space:
mode:
authorEtienne Samson <samson.etienne@gmail.com>2018-10-01 21:00:15 +0000
committerEtienne Samson <samson.etienne@gmail.com>2018-10-01 23:14:50 +0200
commit7283daa85863f547c2cf54e48df26b9ffe6f0881 (patch)
tree6dd04be98066632a331e857787e88dab5ac21d79 /include/git2/checkout.h
parentb3e6ef92637303749359b7302de3f90e16083349 (diff)
downloadlibgit2-7283daa85863f547c2cf54e48df26b9ffe6f0881.tar.gz
doc: small fixups & additions
Diffstat (limited to 'include/git2/checkout.h')
-rw-r--r--include/git2/checkout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/checkout.h b/include/git2/checkout.h
index 7ba0df871..485bae63f 100644
--- a/include/git2/checkout.h
+++ b/include/git2/checkout.h
@@ -67,7 +67,7 @@ GIT_BEGIN_DECL
* To emulate `git checkout -f`, use `GIT_CHECKOUT_FORCE`.
*
*
- * There are some additional flags to modified the behavior of checkout:
+ * There are some additional flags to modify the behavior of checkout:
*
* - GIT_CHECKOUT_ALLOW_CONFLICTS makes SAFE mode apply safe file updates
* even if there are conflicts (instead of cancelling the checkout).