Skip to content

Commit 2573808

Browse files
ralfbaechleJunio C Hamano
authored andcommitted
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>
1 parent df73e9c commit 2573808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ int setup_connection(int *fd_in, int *fd_out, const char *remote_prog,
104104
if (!path) {
105105
return error("Bad URL: %s", url);
106106
}
107-
/* $GIT_RSH <host> "env GIR_DIR=<path> <remote_prog> <args...>" */
107+
/* $GIT_RSH <host> "env GIT_DIR=<path> <remote_prog> <args...>" */
108108
sizen = COMMAND_SIZE;
109109
posn = command;
110110
of = 0;

0 commit comments

Comments
 (0)