From 83433587a0c2d3ebfb67a8e895fbc8e626fc6abc Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 15 Jul 2016 08:22:31 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libmdsclient/inbound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libmdsclient') diff --git a/src/libmdsclient/inbound.c b/src/libmdsclient/inbound.c index 019ed51..ccff51e 100644 --- a/src/libmdsclient/inbound.c +++ b/src/libmdsclient/inbound.c @@ -315,7 +315,7 @@ static int validate_header(const char* header, size_t length) if (verify_utf8(header, 0) < 0) /* Either the string is not UTF-8, or your are under an UTF-8 attack, - lets just call this unrecoverable because the client will not correct. */ + let's just call this unrecoverable because the client will not correct. */ return -2; if ((p == NULL) || /* Buck you, rawmemchr should not segfault the program. */ -- cgit v1.2.3-70-g09d2