From 7ff50a704681baaeaf2d82a975210ca84797a2ea Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Sun, 11 Dec 2016 23:08:13 +0000 Subject: [PATCH] Fix some spelling mistakes. --- src/vikrouting.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vikrouting.c b/src/vikrouting.c index 1192cdab..80226094 100644 --- a/src/vikrouting.c +++ b/src/vikrouting.c @@ -240,7 +240,7 @@ fill_engine_box (gpointer data, gpointer user_data) /* Retrieve combo */ GtkWidget *widget = (GtkWidget*) user_data; - /* Only register engine fulliling expected behavior */ + /* Only register engine fulfilling expected behaviour */ Predicate predicate = g_object_get_data ( G_OBJECT ( widget ), "func" ); gpointer predicate_data = g_object_get_data ( G_OBJECT ( widget ), "user_data" ); /* No predicate means to register all engines */ @@ -265,7 +265,7 @@ fill_engine_box (gpointer data, gpointer user_data) * * Creates a combo box to allow selection of a routing engine. * - * We use GObject data hastable to store and retrieve the VikRoutingEngine + * We use GObject data hashtable to store and retrieve the VikRoutingEngine * associated to the selection. * * Returns: the combo box -- 2.39.5