From 1be4264b76298c31917fd5a7dd261df18c61340a Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sat, 17 Oct 2015 21:59:03 +0200 Subject: [PATCH] secret-item: Fix 'convenince' typo https://bugzilla.gnome.org/show_bug.cgi?id=756766 --- libsecret/secret-item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsecret/secret-item.c b/libsecret/secret-item.c index 8952382..1b11501 100644 --- a/libsecret/secret-item.c +++ b/libsecret/secret-item.c @@ -687,7 +687,7 @@ on_create_item (GObject *source, if (error != NULL) g_simple_async_result_take_error (res, error); - /* As a convenince mark down the SecretValue on the item */ + /* As a convenience mark down the SecretValue on the item */ _secret_item_set_cached_secret (closure->item, closure->value); g_simple_async_result_complete (res);