aboutsummaryrefslogtreecommitdiff
path: root/src/proj.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/proj.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/proj.c')
-rw-r--r--src/proj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proj.c b/src/proj.c
index e4524677..ed555ed0 100644
--- a/src/proj.c
+++ b/src/proj.c
@@ -441,7 +441,7 @@ int main(int argc, char **argv) {
gen_cheb(inverse, int_proj, cheby_str, Proj, iargc, iargv);
exit(0);
}
- /* set input formating control */
+ /* set input formatting control */
if (mon) {
pj_pr_list(Proj);
if (very_verby) {