diff options
author | Gaël Bonithon <gael@xfce.org> | 2022-03-20 15:59:46 +0100 |
---|---|---|
committer | Gaël Bonithon <gael@xfce.org> | 2022-03-20 15:59:46 +0100 |
commit | 64420b499caaf10530488123c0d427779b76282b (patch) | |
tree | f2b9a70754d54f89883de8587b6a62240a425efd | |
parent | 7316159f999e89746b11dd9bdcff440dbbd1dc04 (diff) | |
download | libxfce4util-master.tar.gz |
Related to !24.
-rw-r--r-- | libxfce4util/xfce-miscutils.c | 2 | ||||
-rw-r--r-- | libxfce4util/xfce-string.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libxfce4util/xfce-miscutils.c b/libxfce4util/xfce-miscutils.c index 8248010..fe95225 100644 --- a/libxfce4util/xfce-miscutils.c +++ b/libxfce4util/xfce-miscutils.c @@ -467,7 +467,7 @@ xfce_expand_variables (const gchar *command, /** * xfce_append_quoted: * @string: A #GString. - * @unqouted: A literal string. + * @unquoted: A literal string. * * An alias of xfce_g_string_append_quoted(). * diff --git a/libxfce4util/xfce-string.c b/libxfce4util/xfce-string.c index 36444f8..05d2ef0 100644 --- a/libxfce4util/xfce-string.c +++ b/libxfce4util/xfce-string.c @@ -105,7 +105,7 @@ xfce_str_replace (const gchar *str, /** * xfce_g_string_append_quoted: * @string: A #GString. - * @unqouted: A literal string. + * @unquoted: A literal string. * * Quotes a string @unquoted and appends to an existing * #GString @string. The shell will interpret the quoted string |