Merge pull request #4401 from ktdreyer/describe-h-spelling describe.h: fix spelling in comments
diff --git a/include/git2/describe.h b/include/git2/describe.h
index 971eb35..63de7e1 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.
*/