[PATCH] Be consistent with spelling of "authorization" (en_US)
Krzysztof Kotlenga
pocek at users.sf.net
Sat Aug 15 07:16:23 PDT 2009
---
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
More information about the devkit-devel
mailing list