summaryrefslogtreecommitdiff
path: root/Documentation/git-submodule.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-12-28 07:29:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-12-28 07:29:53 (GMT)
commitc45857019c95ee8ffbf843bdb778ced0cfd4f6fb (patch)
tree4d76d3acd5b266844047978d2493fb73bc15ea2f /Documentation/git-submodule.txt
parentbbff2dce2baf840cca6ddfd79be3c27f93322f47 (diff)
downloadgit-c45857019c95ee8ffbf843bdb778ced0cfd4f6fb.zip
git-c45857019c95ee8ffbf843bdb778ced0cfd4f6fb.tar.gz
git-c45857019c95ee8ffbf843bdb778ced0cfd4f6fb.tar.bz2
Documentation/git-submodule.txt: typofix
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-submodule.txt')
-rw-r--r--Documentation/git-submodule.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt
index 3f59705..7d9a9fe 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.