]> git.street.me.uk Git - andy/viking.git/commitdiff
[QA] Fix incorrect comment.
authorRob Norris <rw_norris@hotmail.com>
Tue, 23 Dec 2014 12:18:16 +0000 (12:18 +0000)
committerRob Norris <rw_norris@hotmail.com>
Tue, 27 Jan 2015 22:45:25 +0000 (22:45 +0000)
src/degrees_converters.c

index c34ed9a6256ba6033da1642f15faa693cbeb8344..9e55a399aa4c55e646b37ec39d80ed4b0b64a8b7 100644 (file)
@@ -134,7 +134,7 @@ static gchar *convert_dec_to_dms(gdouble dec, gchar pos_c, gchar neg_c)
   tmp = (tmp - val_d) * 60;
   val_m = (gint)tmp;
 
-  /* Minutes */
+  /* Seconds */
   val_s = (tmp - val_m) * 60;
 
   /* Format */