aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-remote.txt
diff options
context:
space:
mode:
authorSergei Organov <osv@javad.com>2007-11-13 21:17:47 +0300
committerJunio C Hamano <gitster@pobox.com>2007-11-14 01:59:22 -0800
commitcb5c49b9afb5551659c6819aefaa8e4de26a4366 (patch)
tree49c62a69b505341a7e58072ab5a1f62bafe96909 /Documentation/git-remote.txt
parent065c5ac1688ca5cde826dc87d9791c2eedec7026 (diff)
downloadgit-cb5c49b9afb5551659c6819aefaa8e4de26a4366.tar.gz
git-remote.txt: fix typo
Signed-off-by: Sergei Organov <osv@javad.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-remote.txt')
-rw-r--r--Documentation/git-remote.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt
index 61a6022ce8..c386dd0168 100644
--- a/Documentation/git-remote.txt
+++ b/Documentation/git-remote.txt
@@ -69,7 +69,7 @@ caution.
Fetch updates for a named set of remotes in the repository as defined by
remotes.<group>. If a named group is not specified on the command line,
the configuration parameter remotes.default will get used; if
-remotes.default is not defined, all remotes which do not the
+remotes.default is not defined, all remotes which do not have the
configuration parameter remote.<name>.skipDefaultUpdate set to true will
be updated. (See gitlink:git-config[1]).