diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-15 08:21:36 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-15 08:21:36 +0200 |
commit | 168fac410a3a83ab9bc236cc5fbb6cd38fe8462c (patch) | |
tree | 2a1ed52081d98d3aae50d6d0eea60fff43ff50a7 /src | |
parent | Response to enumerate-crtcs is crtc-enumeration (diff) | |
download | coopgammad-168fac410a3a83ab9bc236cc5fbb6cd38fe8462c.tar.gz coopgammad-168fac410a3a83ab9bc236cc5fbb6cd38fe8462c.tar.bz2 coopgammad-168fac410a3a83ab9bc236cc5fbb6cd38fe8462c.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src')
-rw-r--r-- | src/message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/message.c b/src/message.c index 5688628..6a5ad90 100644 --- a/src/message.c +++ b/src/message.c @@ -322,7 +322,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. */ |