Commit 38169764fd1e0f32b2cdc515e80e0b0050b569e9

Ken Dreyer 2017-11-10T16:19:39

describe.h: fix spelling in comments optios -> options

1
2
3
4
5
6
7
8
9
10
11
12
13
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.
  */