aboutsummaryrefslogtreecommitdiffstats
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
parentm (diff)
downloadmds-83433587a0c2d3ebfb67a8e895fbc8e626fc6abc.tar.gz
mds-83433587a0c2d3ebfb67a8e895fbc8e626fc6abc.tar.bz2
mds-83433587a0c2d3ebfb67a8e895fbc8e626fc6abc.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--src/libmdsclient/inbound.c2
-rw-r--r--src/libmdsserver/mds-message.c2
-rw-r--r--src/mds-kbdc/compile-layout.c2
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;