diff options
-rw-r--r-- | src/libmdsclient/inbound.c | 2 | ||||
-rw-r--r-- | src/libmdsserver/mds-message.c | 2 | ||||
-rw-r--r-- | src/mds-kbdc/compile-layout.c | 2 |
3 files changed, 3 insertions, 3 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. */ diff --git a/src/libmdsserver/mds-message.c b/src/libmdsserver/mds-message.c index 12cdf53..8c8bd32 100644 --- a/src/libmdsserver/mds-message.c +++ b/src/libmdsserver/mds-message.c @@ -194,7 +194,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. */ diff --git a/src/mds-kbdc/compile-layout.c b/src/mds-kbdc/compile-layout.c index f585030..ce808ae 100644 --- a/src/mds-kbdc/compile-layout.c +++ b/src/mds-kbdc/compile-layout.c @@ -2547,7 +2547,7 @@ static int compile_subtree(mds_kbdc_tree_t* restrict tree) return 0; if (tree->processed == PROCESS_LEVEL) - /* An error has occurred here before, lets skip it so + /* An error has occurred here before, let's skip it so * we do not deluge the user with errors. */ goto next; |