summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCrayon <crayon1@rocketmail.com>2021-07-28 01:58:32 -0400
committerGitHub <noreply@github.com>2021-07-28 01:58:32 -0400
commit59af78a48fac0966e6e26f1ea6323844c69aba48 (patch)
treea665cda3a98478c43c286b1823e42f1aa5e4fa36
parentf08cae109d9475a29209d444cf312388e7e64d83 (diff)
downloadlibgit2-59af78a48fac0966e6e26f1ea6323844c69aba48.tar.gz
Fix typo in general.c
-rw-r--r--examples/general.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/general.c b/examples/general.c
index 5da2b6f6f..2127ec0e1 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