GUACAMOLE-637: "concatentation" ... not "contatenation".

This commit is contained in:
Michael Jumper 2019-01-23 18:53:06 -08:00
parent 9fb713d804
commit ba8fd17394

View File

@ -27,7 +27,7 @@
* Verify guac_strlcat() behavior when the string fits the buffer without
* truncation. The return value of each call should be the length of the
* resulting string. Each resulting string should contain the full result of
* the contatenation, including null terminator.
* the concatenation, including null terminator.
*/
void test_string__strlcat() {