diff options
author | Michael Catanzaro <mcatanzaro@gnome.org> | 2016-12-22 10:34:21 -0600 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@gnome.org> | 2016-12-22 10:34:21 -0600 |
commit | 3e29420ac0118250927eca10709f8fe2b17a40e2 (patch) | |
tree | ef5ad8fd74a8ab333becedd17db52912e3e09cc0 /embed/ephy-embed-shell.c | |
parent | af84b8f1bad946b2a285e20c6d9f1d7a3b635b11 (diff) | |
download | epiphany-3e29420ac0118250927eca10709f8fe2b17a40e2.tar.gz |
uri-tester: Fix typo in function name
Diffstat (limited to 'embed/ephy-embed-shell.c')
-rw-r--r-- | embed/ephy-embed-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index ba29ab0fb..277877321 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -800,7 +800,7 @@ ephy_embed_shell_update_adblock_filter_file (EphyEmbedShell *shell) { GFile *filter_file; - filter_file = ephy_uri_tester_get_adblock_filer_file (ephy_embed_shell_ensure_adblock_data_dir (shell)); + filter_file = ephy_uri_tester_get_adblock_filter_file (ephy_embed_shell_ensure_adblock_data_dir (shell)); if (!adblock_filter_file_is_valid (filter_file)) ephy_embed_shell_retrieve_filter_file (shell, filter_file); |