diff options
Diffstat (limited to 'rsh.c')
-rw-r--r-- | rsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |