1
0
mirror of https://github.com/git/git.git synced 2024-11-18 02:14:03 +01:00

rsh.c: typo fix

Example in a comment used a wrong environment variable.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Ralf Baechle 2005-10-13 10:01:38 -07:00 committed by Junio C Hamano
parent df73e9c62a
commit 257380896f

2
rsh.c

@ -104,7 +104,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;