aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsclient/inbound.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-15 08:22:31 +0200
committerMattias Andrée <maandree@kth.se>2016-07-15 08:22:31 +0200
commit83433587a0c2d3ebfb67a8e895fbc8e626fc6abc (patch)
treeafa9c3f3a798758f7636cc901c2e1a164b7a1aed /src/libmdsclient/inbound.c
parentm (diff)
downloadmds-83433587a0c2d3ebfb67a8e895fbc8e626fc6abc.tar.gz
mds-83433587a0c2d3ebfb67a8e895fbc8e626fc6abc.tar.bz2
mds-83433587a0c2d3ebfb67a8e895fbc8e626fc6abc.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--src/libmdsclient/inbound.c2
1 files changed, 1 insertions, 1 deletions
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. */