From aa8215194cecd6e791f1b560799e9bd641b431f4 Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Thu, 20 Sep 2018 13:02:54 +0300 Subject: [PATCH] Fix typo: terminaison -> termination --- include/libi3.h | 2 +- libi3/string.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libi3.h b/include/libi3.h index 91395328..9a276571 100644 --- a/include/libi3.h +++ b/include/libi3.h @@ -196,7 +196,7 @@ i3String *i3string_from_markup(const char *from_markup); /** * Build an i3String from an UTF-8 encoded string with fixed length. - * To be used when no proper NUL-terminaison is available. + * To be used when no proper NULL-termination is available. * Returns the newly-allocated i3String. * */ diff --git a/libi3/string.c b/libi3/string.c index f78a140f..a078b33e 100644 --- a/libi3/string.c +++ b/libi3/string.c @@ -48,7 +48,7 @@ i3String *i3string_from_markup(const char *from_markup) { /* * Build an i3String from an UTF-8 encoded string with fixed length. - * To be used when no proper NUL-terminaison is available. + * To be used when no proper NULL-termination is available. * Returns the newly-allocated i3String. * */ -- 2.39.2