secret-item: Fix 'convenince' typo

https://bugzilla.gnome.org/show_bug.cgi?id=756766
This commit is contained in:
Christophe Fergeau 2015-10-17 21:59:03 +02:00
parent 4d76cf7dd8
commit 1be4264b76

View File

@ -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);