X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=daemon.c;h=3769b6f570f20ed320fd5345281a5577c80d0a58;hb=431d6e7bc85f693fe49a04142a8ab4d2d72b0257;hp=6c2bd977131752e05d3ac545af0d977d6d7ca672;hpb=d1672d90bae20d33512fbf8f9b8330e5840da0c5;p=git.git diff --git a/daemon.c b/daemon.c index 6c2bd9771..3769b6f57 100644 --- a/daemon.c +++ b/daemon.c @@ -407,7 +407,7 @@ static void parse_host_and_port(char *hostport, char **host, end = strchr(hostport, ']'); if (!end) - die("Invalid reqeuest ('[' without ']')"); + die("Invalid request ('[' without ']')"); *end = '\0'; *host = hostport + 1; if (!end[1])