From 762eafcd7570627a4ffc1613b8888d3e3fc9fbbf Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 23 Oct 2019 21:14:17 +0200 Subject: [PATCH] tests/pkg_tinycrypt: fix typos --- tests/pkg_tinycrypt/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pkg_tinycrypt/main.c b/tests/pkg_tinycrypt/main.c index dac57daa6d..4922986d5c 100644 --- a/tests/pkg_tinycrypt/main.c +++ b/tests/pkg_tinycrypt/main.c @@ -42,7 +42,7 @@ int main(void) struct tc_aes_key_sched_struct s; /* 128-bit key to use */ - const char *key = "Thats my Kung Fu"; + const char *key = "That's my Kung Fu"; /* one block (TC_AES_BLOCK_SIZE := 16 byte) of plain text */ const char *plain = "Two One Nine Two"; /* some memory to store the encrypted data (add '\0` termination)*/