Skip to content

Commit

Permalink
[QA] Ensure comment is in English
Browse files Browse the repository at this point in the history
And also UTF-8 compliant.
  • Loading branch information
rnorris committed Feb 2, 2020
1 parent c2a3266 commit f3709b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/degrees_converters.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ gdouble convert_dms_to_dec(const gchar *dms)
if (strpbrk (dms, "-wWsS") != NULL)
neg = TRUE;

// Peek the différent components
// Peek at the different components
endptr = dms;
do {
gdouble value;
Expand Down

0 comments on commit f3709b7

Please sign in to comment.