aboutsummaryrefslogtreecommitdiff
path: root/src/cs2cs.c
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@mines-paris.org>2016-12-12 17:02:12 +0100
committerGitHub <noreply@github.com>2016-12-12 17:02:12 +0100
commit7aebf01badc811d8db2586d0f5542281e9913390 (patch)
tree0398d826eb4fd29a43d3360ba2e8b75b6f7e943d /src/cs2cs.c
parente47afa43860e4350dce13689108096ab33c56d12 (diff)
parentab7e98b026b327e8b61510ba4e79b5ae42b5e5f2 (diff)
downloadPROJ-7aebf01badc811d8db2586d0f5542281e9913390.tar.gz
PROJ-7aebf01badc811d8db2586d0f5542281e9913390.zip
Merge pull request #464 from rouault/fix_typos
Add a scripts/fix_typos.sh script and correct reported errors
Diffstat (limited to 'src/cs2cs.c')
-rw-r--r--src/cs2cs.c4
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 {