diff options
Diffstat (limited to 'src/cs2cs.c')
| -rw-r--r-- | src/cs2cs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cs2cs.c b/src/cs2cs.c index 90369326..83e2d3f0 100644 --- a/src/cs2cs.c +++ b/src/cs2cs.c @@ -404,7 +404,7 @@ int main(int argc, char **argv) if( use_env_locale ) { - /* Restore C locale to avoid issues in parsing/outputing numbers*/ + /* Restore C locale to avoid issues in parsing/outputting numbers*/ setlocale(LC_ALL, "C"); } @@ -415,7 +415,7 @@ int main(int argc, char **argv) pj_pr_list(toProj); } - /* set input formating control */ + /* set input formatting control */ if( !fromProj->is_latlong ) informat = strtod; else { |
