Fix typo in last commit.
authorSimon Josefsson <simon@josefsson.org>
Mon, 3 Aug 2009 07:32:08 +0000 (09:32 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 3 Aug 2009 07:32:08 +0000 (09:32 +0200)
lib/gethostname.c

index 6259deb..df0bd16 100644 (file)
@@ -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".