diff --git a/rsh.c b/rsh.c index bad5cff2c2..1fef6da513 100644 --- 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 "env GIR_DIR= " */ + /* $GIT_RSH "env GIT_DIR= " */ sizen = COMMAND_SIZE; posn = command; of = 0;