Commit f313b3834be2dcb60c9dccd118686f0043153a2c

Edward Thomson 2021-07-28T08:14:08

Merge pull request #5954 from Crayon2000/patch-1

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/examples/general.c b/examples/general.c
index 5da2b6f..2127ec0 100644
--- a/examples/general.c
+++ b/examples/general.c
@@ -708,7 +708,7 @@ static void reference_listing(git_repository *repo)
 /**
  * ### Config Files
  *
- * The [config API][config] allows you to list and updatee config values
+ * The [config API][config] allows you to list and update config values
  * in any of the accessible config file locations (system, global, local).
  *
  * [config]: http://libgit2.github.com/libgit2/#HEAD/group/config