aboutsummaryrefslogtreecommitdiff
path: root/src/pj_init.c
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2016-12-12 16:33:43 +0100
committerEven Rouault <even.rouault@spatialys.com>2016-12-12 16:33:43 +0100
commitab7e98b026b327e8b61510ba4e79b5ae42b5e5f2 (patch)
tree0398d826eb4fd29a43d3360ba2e8b75b6f7e943d /src/pj_init.c
parente47afa43860e4350dce13689108096ab33c56d12 (diff)
downloadPROJ-ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2.tar.gz
PROJ-ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2.zip
Add a scripts/fix_typos.sh script and correct reported errors
Diffstat (limited to 'src/pj_init.c')
-rw-r--r--src/pj_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pj_init.c b/src/pj_init.c
index d5fe2433..c468f1d7 100644
--- a/src/pj_init.c
+++ b/src/pj_init.c
@@ -290,7 +290,7 @@ get_init(projCtx ctx, paralist **start, paralist *next, char *name,
/* pj_init_plus() */
/* */
/* Same as pj_init() except it takes one argument string with */
-/* individual arguments preceeded by '+', such as "+proj=utm */
+/* individual arguments preceded by '+', such as "+proj=utm */
/* +zone=11 +ellps=WGS84". */
/************************************************************************/