X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Furl.c;h=72bb7b90d735c6eca5a73a450dda6b0d4e60a1cf;hb=f2956990ca0ec026c3b7702ec1d7afbd6f9dacf9;hp=6235c5216d224063ad8eca0532de36d348ad22ef;hpb=5dd09d9ba51f039acb217bf2fd5c7fdd340ac946;p=wget diff --git a/src/url.c b/src/url.c index 6235c521..72bb7b90 100644 --- a/src/url.c +++ b/src/url.c @@ -1221,7 +1221,7 @@ append_char (char ch, struct growable *dest) enum { filechr_not_unix = 1, /* unusable on Unix, / and \0 */ - filechr_not_windows = 2, /* unusable on MSDOS/Windows, one of \|/<>?:*" */ + filechr_not_windows = 2, /* unusable on Windows, one of \|/<>?:*" */ filechr_control = 4 /* a control character, e.g. 0-31 */ };