Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rsh.c: typo fix
[gitweb.git]
/
rsh.c
diff --git
a/rsh.c
b/rsh.c
index bad5cff2c287d3c7dd288308428b89e0cb12299d..1fef6da513b8157331b1a71c1d4c8df4c438498e 100644
(file)
--- a/
rsh.c
+++ b/
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 GI
R
_DIR=<path> <remote_prog> <args...>" */
+ /* $GIT_RSH <host> "env GI
T
_DIR=<path> <remote_prog> <args...>" */
sizen = COMMAND_SIZE;
posn = command;
of = 0;