Skip to content

Commit

Permalink
rsh.c: typo fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ralf Baechle authored and Junio C Hamano committed Oct 13, 2005
1 parent df73e9c commit 2573808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsh.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2573808

Please sign in to comment.