summaryrefslogtreecommitdiffstats
path: root/git-remote-fd.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-08-12 12:42:26 -0700
committerJunio C Hamano <gitster@pobox.com>2016-08-12 12:42:26 -0700
commit0f1d17c87dc6168bc1321ea1c38a45583f99508d (patch)
treea4dfbd3039ca54494f874a9298d2f4822b2048d8 /git-remote-fd.txt
parentaf182946f079a91cbb0a29e282aa9c23db0f0456 (diff)
downloadgit-htmldocs-0f1d17c87dc6168bc1321ea1c38a45583f99508d.tar.gz
Autogenerated HTML docs for v2.9.3-599-g2376d
Diffstat (limited to 'git-remote-fd.txt')
-rw-r--r--git-remote-fd.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-remote-fd.txt b/git-remote-fd.txt
index e700bafa4..80afca866 100644
--- a/git-remote-fd.txt
+++ b/git-remote-fd.txt
@@ -17,7 +17,7 @@ fetch, push or archive.
If only <infd> is given, it is assumed to be a bidirectional socket connected
to remote Git server (git-upload-pack, git-receive-pack or
-git-upload-achive). If both <infd> and <outfd> are given, they are assumed
+git-upload-archive). If both <infd> and <outfd> are given, they are assumed
to be pipes connected to a remote Git server (<infd> being the inbound pipe
and <outfd> being the outbound pipe.