diff options
| -rw-r--r-- | include/git2/describe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/describe.h b/include/git2/describe.h index 971eb350c..63de7e18c 100644 --- a/include/git2/describe.h +++ b/include/git2/describe.h @@ -23,7 +23,7 @@ GIT_BEGIN_DECL /** * Reference lookup strategy * - * These behave like the --tags and --all optios to git-describe, + * These behave like the --tags and --all options to git-describe, * namely they say to look for any reference in either refs/tags/ or * refs/ respectively. */ |
