From 5154815355b320edc65122ad8d532eba884db768 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 21 Oct 2015 21:54:01 +0100 Subject: [PATCH] gethostname: Fix typo --- Library/libs/gethostname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/libs/gethostname.c b/Library/libs/gethostname.c index 960c473a..f8a19196 100644 --- a/Library/libs/gethostname.c +++ b/Library/libs/gethostname.c @@ -4,7 +4,7 @@ #include /* - * Emualte Berkley hostname calls + * Emulate Berkley hostname calls */ static int openhostname(int flags, mode_t mode) -- 2.34.1