]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/technical/api-submodule-config.txt
Documentation: fix a bunch of typos, both old and new
[thirdparty/git.git] / Documentation / technical / api-submodule-config.txt
index fb060893931f2e74c5857c2d03b019e1fa138976..c409559b86b6957eba3bc2371ea0c55768422d12 100644 (file)
@@ -58,7 +58,7 @@ Functions
 
 Whenever a submodule configuration is parsed in `parse_submodule_config_option`
 via e.g. `gitmodules_config()`, it will overwrite the null_sha1 entry.
-So in the normal case, when HEAD:.gitmodules is parsed first and then overlayed
+So in the normal case, when HEAD:.gitmodules is parsed first and then overlaid
 with the repository configuration, the null_sha1 entry contains the local
 configuration of a submodule (e.g. consolidated values from local git
 configuration and the .gitmodules file in the worktree).