changeset 11762:3ee925008944

Fix typo in last commit.
author Simon Josefsson <simon@josefsson.org>
date Mon, 03 Aug 2009 09:32:08 +0200
parents 9c955c3f7bdc
children 6b6219b18763
files lib/gethostname.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/gethostname.c
+++ b/lib/gethostname.c
@@ -64,7 +64,7 @@
    - 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".