Commit 5a061a23afa5dd026f130d83ea6d5ed58bce79d4

Edward Thomson 2017-11-10T23:23:02

Merge pull request #4401 from ktdreyer/describe-h-spelling describe.h: fix spelling in comments

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.
  */