shell-util: Fix a typo

This commit is contained in:
Alessandro Bono 2017-07-14 23:38:52 +02:00
parent 90f7dfd783
commit 330a28742f

View File

@ -245,7 +245,7 @@ shell_util_translate_time_string (const char *str)
* @str: a UTF-8 string to escape
*
* A wrapper around g_regex_escape_string() that takes its argument as
* \0-terminated string rather than a byte-array the confuses gjs.
* \0-terminated string rather than a byte-array that confuses gjs.
*
* Returns: @str with all regex-special characters escaped
*/