From: Simon Josefsson Date: Mon, 3 Aug 2009 07:32:08 +0000 (+0200) Subject: Fix typo in last commit. X-Git-Tag: v0.1~5725 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=7560950d6efd9e209b8d7188e1a95ceb53035889;p=gnulib.git Fix typo in last commit. --- diff --git a/lib/gethostname.c b/lib/gethostname.c index 6259deba2..df0bd16e8 100644 --- a/lib/gethostname.c +++ b/lib/gethostname.c @@ -64,7 +64,7 @@ gethostname (char *name, size_t len) - gethostname() requires linking with -lws2_32. - GetComputerName() does not return the right kind of hostname. - GetComputerNameEx(ComputerNameDnsHostname,...) returns the right hostname, - but it hard to use portably: + but it is hard to use portably: - It requires defining _WIN32_WINNT to at least 0x0500. - With mingw, it also requires "#define GetComputerNameEx GetComputerNameExA".