summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libxfce4util/xfce-miscutils.c2
-rw-r--r--libxfce4util/xfce-string.c2
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