]> git.street.me.uk Git - andy/viking.git/commitdiff
Some spelling fixes in a comment master
authorRob Norris <rw_norris@hotmail.com>
Thu, 24 Aug 2017 22:14:35 +0000 (23:14 +0100)
committerRob Norris <rw_norris@hotmail.com>
Thu, 24 Aug 2017 22:15:41 +0000 (23:15 +0100)
src/viktrwlayer_propwin.c

index 106a73144d81b8942ec2ba7f92e0cd831f46e000..19da53bf39741d1a6ec31faa6816d76b52d8b300 100644 (file)
@@ -2896,7 +2896,7 @@ static void propwin_response_cb( GtkDialog *dialog, gint resp, PropWidgets *widg
       break;
     case VIK_TRW_LAYER_PROPWIN_DEL_DUP:
       vik_track_remove_dup_points(tr); // NB ignore the returned answer
-      // As we could have seen the nuber of dulplicates that would be deleted in the properties statistics tab,
+      // As we could have seen the number of duplicates that would be deleted in the properties statistics tab,
       //   choose not to inform the user unnecessarily
 
       /* above operation could have deleted current_tp or last_tp */