[Xfce4-commits] [xfce/xfconf] 01/01: Fix a small typo in a warning message.
noreply at xfce.org
noreply at xfce.org
Wed Jun 7 09:40:53 CEST 2017
This is an automated email from the git hooks/post-receive script.
a l i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfconf.
commit 194ed74a90f95af15c0afe972718926566acfa56
Author: Unit 193 <unit193 at ubuntu.com>
Date: Tue Jun 6 16:22:53 2017 -0400
Fix a small typo in a warning message.
Signed-off-by: Ali Abdallah <ali at xfce.org>
---
xfconf/xfconf-channel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list