summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2022-02-21 18:54:25 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2022-02-22 00:00:15 +0500
commit03983d60e4e50e7268a66fce3c30b9c3230dc631 (patch)
tree2a80f09a88b89c9a9b9fef8205e36ef02f36ca1b /lib
parent5a7582e7a57cd4ceacbdc6523aa6162d5f021042 (diff)
downloadepiphany-03983d60e4e50e7268a66fce3c30b9c3230dc631.tar.gz
location-entry: Fix a typo
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1074>
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/ephy-location-entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/ephy-location-entry.h b/lib/widgets/ephy-location-entry.h
index 8d8178d2e..da8fdc79c 100644
--- a/lib/widgets/ephy-location-entry.h
+++ b/lib/widgets/ephy-location-entry.h
@@ -80,6 +80,6 @@ void ephy_location_entry_page_action_add (EphyLocationEntr
void ephy_location_entry_page_action_clear (EphyLocationEntry *entry);
void ephy_location_entry_set_adaptive_mode (EphyLocationEntry *entry,
- EphyAdaptiveMode adpative_mode);
+ EphyAdaptiveMode adaptive_mode);
G_END_DECLS