]> git.sur5r.net Git - i3/i3/commitdiff
Fix typo: terminaison -> termination
authorOrestis Floros <orestisf1993@gmail.com>
Thu, 20 Sep 2018 10:02:54 +0000 (13:02 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Mon, 24 Sep 2018 17:53:36 +0000 (20:53 +0300)
include/libi3.h
libi3/string.c

index 913953289ae97a5a7bd7a88ba7a4816df40737c6..9a276571b749341ac2d54a7e45b736a3365ef7bc 100644 (file)
@@ -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.
  *
  */
index f78a140f94a3db943280f830dfee8d019d1e1faa..a078b33e2b955494f34a2a7c37c21c398bd1a2bc 100644 (file)
@@ -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.
  *
  */