summaryrefslogtreecommitdiff
path: root/xfconf
diff options
context:
space:
mode:
authorUnit 193 <unit193@ubuntu.com>2017-06-06 16:22:53 -0400
committerAli Abdallah <ali@xfce.org>2017-06-07 09:40:47 +0200
commit194ed74a90f95af15c0afe972718926566acfa56 (patch)
tree48b92bd6851a92a371064309e4a7679570198e48 /xfconf
parent415b95ea0bf54e84993b94cab1fc012d0a506058 (diff)
downloadxfconf-194ed74a90f95af15c0afe972718926566acfa56.tar.gz
Fix a small typo in a warning message.
Signed-off-by: Ali Abdallah <ali@xfce.org>
Diffstat (limited to 'xfconf')
-rw-r--r--xfconf/xfconf-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfconf/xfconf-channel.c b/xfconf/xfconf-channel.c
index 9532c44..5741664 100644
--- a/xfconf/xfconf-channel.c
+++ b/xfconf/xfconf-channel.c
@@ -444,7 +444,7 @@ xfconf_channel_get_internal(XfconfChannel *channel,
if(ret && val == &tmp_val) {
if(!g_value_transform(val, value)) {
- g_warning("Unable to tranform value of type \"%s\" to type \"%s\" for property %s",
+ g_warning("Unable to transform value of type \"%s\" to type \"%s\" for property %s",
G_VALUE_TYPE_NAME(val), G_VALUE_TYPE_NAME(value),
real_property);
ret = FALSE;