---
src/dkp-polkit.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/dkp-polkit.c b/src/dkp-polkit.c
index ca00936..c8dfae5 100644
--- a/src/dkp-polkit.c
+++ b/src/dkp-polkit.c
@@ -75,7 +75,7 @@ dkp_polkit_check_auth (DkpPolkit *polkit, PolkitSubject
*subject, const gchar *a
/* check auth */
result = polkit_authority_check_authorization_sync
(polkit->priv->authority, subject, action_id, NULL,
POLKIT_CHECK_AUTHORIZATION_FLAGS_ALLOW_USER_INTERACTION, NULL, &error_local);
if (result == NULL) {
- error = g_error_new (DKP_DAEMON_ERROR,
DKP_DAEMON_ERROR_GENERAL, "failed to check authorisation: %s",
error_local->message);
+ error = g_error_new (DKP_DAEMON_ERROR,
DKP_DAEMON_ERROR_GENERAL, "failed to check authorization: %s",
error_local->message);
dbus_g_method_return_error (context, error);
g_error_free (error_local);
g_error_free (error);
--
1.6.4
_______________________________________________
devkit-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/devkit-devel