cpw.gillux.detachablepurple: 62c6e7dd: Fixed a typo in an error message.
gillux at soc.pidgin.im
gillux at soc.pidgin.im
Mon May 14 23:26:57 EDT 2012
----------------------------------------------------------------------
Revision: 62c6e7dd846e535c8aa65ff17443ec6107f7f607
Parent: b172faa5e805b55bd59385bf341a5ff1c60b2c4e
Author: gillux at soc.pidgin.im
Date: 05/14/12 23:21:34
Branch: im.pidgin.cpw.gillux.detachablepurple
URL: http://d.pidgin.im/viewmtn/revision/info/62c6e7dd846e535c8aa65ff17443ec6107f7f607
Changelog:
Fixed a typo in an error message.
Changes against parent b172faa5e805b55bd59385bf341a5ff1c60b2c4e
patched libpurple/pobject.c
-------------- next part --------------
============================================================
--- libpurple/pobject.c a5863dcb8dc8e2c0217ed0a38e25aaaea81d5624
+++ libpurple/pobject.c b677d4924205565781f5b88fafb7886bc6851372
@@ -801,7 +801,7 @@ purple_object_generic_dbus_get_property(
prop = purple_object_get_dbus_property(PURPLE_OBJECT(object), property_name);
if (!prop)
g_set_error(error, G_DBUS_ERROR, G_DBUS_ERROR_INVALID_ARGS,
- "No such propery '%s' on interface '%s' of object '%s'.",
+ "No such property '%s' on interface '%s' of object '%s'.",
property_name, interface_name, object_path);
return prop;
}
More information about the Commits
mailing list