]> git.street.me.uk Git - andy/viking.git/commitdiff
Fix some spelling mistakes.
authorRob Norris <rw_norris@hotmail.com>
Sun, 11 Dec 2016 23:08:13 +0000 (23:08 +0000)
committerRob Norris <rw_norris@hotmail.com>
Sat, 14 Jan 2017 12:23:10 +0000 (12:23 +0000)
src/vikrouting.c

index 1192cdab5e4ef4c6d7d0e868f9d79f6b7f9967e7..802260949f9b4a61ed75dc26970406617ebd0ce5 100644 (file)
@@ -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