summaryrefslogtreecommitdiff
path: root/Documentation/git-submodule.txt
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2012-03-28 08:41:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-03-28 15:47:23 (GMT)
commita7793a749115ead3b8f7447ce1e96572ea5d8ea3 (patch)
treeb25c8f7aca546e7113e694a23318db546799bd68 /Documentation/git-submodule.txt
parent59012e20f8461e51d9f7de1c6ebf05ee7a46b2c2 (diff)
downloadgit-a7793a749115ead3b8f7447ce1e96572ea5d8ea3.zip
git-a7793a749115ead3b8f7447ce1e96572ea5d8ea3.tar.gz
git-a7793a749115ead3b8f7447ce1e96572ea5d8ea3.tar.bz2
correct spelling: an URL -> a URL
Signed-off-by: Jim Meyering <meyering@redhat.com> 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 b729649..c243ee5 100644
--- a/Documentation/git-submodule.txt
+++ b/Documentation/git-submodule.txt
@@ -190,7 +190,7 @@ commit for each submodule.
sync::
Synchronizes submodules' remote URL configuration setting
to the value specified in .gitmodules. It will only affect those
- submodules which already have an url entry in .git/config (that is the
+ submodules which already have a URL entry in .git/config (that is the
case when they are initialized or freshly added). This is useful when
submodule URLs change upstream and you need to update your local
repositories accordingly.