summaryrefslogtreecommitdiff
path: root/rsh.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-15 11:19:09 -0700
committerJunio C Hamano <junkio@cox.net>2005-10-15 11:19:09 -0700
commitf51248eb482a7a0feacb04d02119c94d35845975 (patch)
treedf21d3331157290f81dddc07b8acedad195843a7 /rsh.c
parentf80376c5976143a1788ecc4f7ca86ac0ec8b9874 (diff)
parent5990efb0c4f6d1a19c4702bf50ef8cc5ac902a78 (diff)
downloadgit-f51248eb482a7a0feacb04d02119c94d35845975.tar.gz
Merge branch 'fixes'
Diffstat (limited to 'rsh.c')
-rw-r--r--rsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsh.c b/rsh.c
index 64c48091cb..d66526941f 100644
--- a/rsh.c
+++ b/rsh.c
@@ -68,7 +68,7 @@ int setup_connection(int *fd_in, int *fd_out, const char *remote_prog,
if (!path) {
return error("Bad URL: %s", url);
}
- /* $GIT_RSH <host> "env GIR_DIR=<path> <remote_prog> <args...>" */
+ /* $GIT_RSH <host> "env GIT_DIR=<path> <remote_prog> <args...>" */
sizen = COMMAND_SIZE;
posn = command;
of = 0;