small spelling correction Reference: /n/sources/patch/applied/httpdsendfd Date: Thu Feb 12 00:21:53 CET 2009 Signed-off-by: quanstro@quanstro.net --- /sys/src/cmd/ip/httpd/sendfd.c Thu Feb 12 00:21:48 2009 +++ /sys/src/cmd/ip/httpd/sendfd.c Thu Feb 12 00:21:46 2009 @@ -18,7 +18,7 @@ /* * fd references a file which has been authorized & checked for relocations. - * send back the headers & it's contents. + * send back the headers & its contents. * includes checks for conditional requests & ranges. */ int @@ -310,8 +310,8 @@ s = c->xferbuf; s = seprint(s, e, "\n"); s = seprint(s, e, "\nUnacceptable %s\n\n", which); - s = seprint(s, e, "Your browser will not accept this data, %H, because of it's %s.
\n", c->req.uri, which); - s = seprint(s, e, "It's Content-Type is %s/%s", type->generic, type->specific); + s = seprint(s, e, "Your browser will not accept this data, %H, because of its %s.
\n", c->req.uri, which); + s = seprint(s, e, "Its Content-Type is %s/%s", type->generic, type->specific); if(enc != nil) s = seprint(s, e, ", and Content-Encoding is %s", enc->generic); s = seprint(s, e, ".
\n\n");