Documentation/git-submodule.txt: typofix

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2007-12-27 23:29:53 -08:00
parent bbff2dce2b
commit c45857019c
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ FILES
----- -----
When initializing submodules, a .gitmodules file in the top-level directory When initializing submodules, a .gitmodules file in the top-level directory
of the containing repository is used to find the url of each submodule. of the containing repository is used to find the url of each submodule.
This file should be formatted in the same way as $GIR_DIR/config. The key This file should be formatted in the same way as `$GIT_DIR/config`. The key
to each submodule url is "submodule.$name.url". See gitlink:gitmodules[5] to each submodule url is "submodule.$name.url". See gitlink:gitmodules[5]
for details. for details.