From: Junio C Hamano Date: Fri, 28 Dec 2007 07:29:53 +0000 (-0800) Subject: Documentation/git-submodule.txt: typofix X-Git-Tag: v1.5.4-rc3~73 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c45857019c95ee8ffbf843bdb778ced0cfd4f6fb;p=git.git Documentation/git-submodule.txt: typofix Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index 3f5970568..7d9a9fe5c 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -67,7 +67,7 @@ FILES ----- When initializing submodules, a .gitmodules file in the top-level directory 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] for details.