[epiphany] form-auth-data: fix function name typo



commit f7823c4654f5eb66c48f8a89b3b28de5d74a99b6
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Jan 31 20:48:17 2017 -0600

    form-auth-data: fix function name typo
    
    https://bugzilla.gnome.org/show_bug.cgi?id=752738

 lib/ephy-form-auth-data.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/lib/ephy-form-auth-data.c b/lib/ephy-form-auth-data.c
index c0c245d..d639c7c 100644
--- a/lib/ephy-form-auth-data.c
+++ b/lib/ephy-form-auth-data.c
@@ -293,9 +293,9 @@ ephy_form_auth_data_free (EphyFormAuthData *data)
 }
 
 static void
-screcet_service_search_finished (SecretService         *service,
-                                 GAsyncResult          *result,
-                                 EphyFormAuthDataCache *cache)
+secret_service_search_finished (SecretService         *service,
+                                GAsyncResult          *result,
+                                EphyFormAuthDataCache *cache)
 {
   GList *results, *p;
   GError *error = NULL;
@@ -339,7 +339,7 @@ ephy_form_auth_data_cache_init (EphyFormAuthDataCache *cache)
                          attributes,
                          SECRET_SEARCH_UNLOCK | SECRET_SEARCH_ALL,
                          NULL,
-                         (GAsyncReadyCallback)screcet_service_search_finished,
+                         (GAsyncReadyCallback)secret_service_search_finished,
                          cache);
   g_hash_table_unref (attributes);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]