mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-03 18:48:53 +00:00
secret-item: Fix 'convenince' typo
https://bugzilla.gnome.org/show_bug.cgi?id=756766
This commit is contained in:
parent
4d76cf7dd8
commit
1be4264b76
@ -687,7 +687,7 @@ on_create_item (GObject *source,
|
|||||||
if (error != NULL)
|
if (error != NULL)
|
||||||
g_simple_async_result_take_error (res, error);
|
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);
|
_secret_item_set_cached_secret (closure->item, closure->value);
|
||||||
|
|
||||||
g_simple_async_result_complete (res);
|
g_simple_async_result_complete (res);
|
||||||
|
Loading…
Reference in New Issue
Block a user