summaryrefslogtreecommitdiff
path: root/include/git2/config.h
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2021-02-22 22:57:16 +0100
committerTobias Nießen <tniessen@tnie.de>2021-02-22 22:57:16 +0100
commit25efbc4bd8e021bda4ab5894db436ced60bf34a3 (patch)
tree57c7aef5a91d6f5c75e3bf567735070b43360b6f /include/git2/config.h
parent0fb58396835f789b3c662184003ff34cbf98d248 (diff)
downloadlibgit2-25efbc4bd8e021bda4ab5894db436ced60bf34a3.tar.gz
include: fix typos in comments
Diffstat (limited to 'include/git2/config.h')
-rw-r--r--include/git2/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/config.h b/include/git2/config.h
index abf5bbbd0..7c8e388b2 100644
--- a/include/git2/config.h
+++ b/include/git2/config.h
@@ -263,7 +263,7 @@ GIT_EXTERN(int) git_config_open_level(
*
* Git allows you to store your global configuration at
* `$HOME/.gitconfig` or `$XDG_CONFIG_HOME/git/config`. For backwards
- * compatability, the XDG file shouldn't be used unless the use has
+ * compatibility, the XDG file shouldn't be used unless the use has
* created it explicitly. With this function you'll open the correct
* one to write to.
*