Fix typo: terminaison -> termination

next
Orestis Floros 2018-09-20 13:02:54 +03:00
parent bec227236b
commit aa8215194c
No known key found for this signature in database
GPG Key ID: E9AD9F32E401E38F
2 changed files with 2 additions and 2 deletions

View 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.
*
*/

View 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.
*
*/