summaryrefslogtreecommitdiff
path: root/embed/ephy-embed-shell.h
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2015-10-08 21:50:05 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2015-10-08 21:50:39 -0500
commit9fb447b99785e855f23a9929859407369241e3a6 (patch)
tree4f9c531db80bd681d82aa58222978c04426bdbc7 /embed/ephy-embed-shell.h
parent9fddd07ae21abf7bcb295fe8c14e5632d7985b37 (diff)
downloadepiphany-9fb447b99785e855f23a9929859407369241e3a6.tar.gz
Fix typo in ephy_embed_shell_set_thumbnail_path
Diffstat (limited to 'embed/ephy-embed-shell.h')
-rw-r--r--embed/ephy-embed-shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h
index ac695fed0..933570485 100644
--- a/embed/ephy-embed-shell.h
+++ b/embed/ephy-embed-shell.h
@@ -91,7 +91,7 @@ gboolean ephy_embed_shell_launch_handler (EphyEmbedShell
const char *mime_type,
guint32 user_time);
void ephy_embed_shell_clear_cache (EphyEmbedShell *shell);
-void ephy_embed_shell_set_thumbanil_path (EphyEmbedShell *shell,
+void ephy_embed_shell_set_thumbnail_path (EphyEmbedShell *shell,
const char *url,
time_t mtime,
const char *path);