From 4b9b29d4b8a169ce68ece4fc293e5524ee8e9577 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 24 Sep 2015 14:47:33 +0200 Subject: all: Fix some typos in comments and printed strings All found using codespell. s/addres/address/ s/noone/no one/ s/endianess/endianness/ s/Successfull/Successful/ Signed-off-by: Tobias Klauser --- geoip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'geoip.c') diff --git a/geoip.c b/geoip.c index 3def442..78b20fe 100644 --- a/geoip.c +++ b/geoip.c @@ -342,7 +342,7 @@ static int fdout, fderr; /* GeoIP people were too stupid to come to the idea that you could set * errno appropriately and return NULL instead of printing stuff from - * the library directly that noone can turn off. + * the library directly that no one can turn off. */ static void geoip_open_prepare(void) -- cgit v1.2.3-54-g00ecf