diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2016-12-12 16:33:43 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2016-12-12 16:33:43 +0100 |
| commit | ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2 (patch) | |
| tree | 0398d826eb4fd29a43d3360ba2e8b75b6f7e943d /src/pj_gridlist.c | |
| parent | e47afa43860e4350dce13689108096ab33c56d12 (diff) | |
| download | PROJ-ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2.tar.gz PROJ-ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2.zip | |
Add a scripts/fix_typos.sh script and correct reported errors
Diffstat (limited to 'src/pj_gridlist.c')
| -rw-r--r-- | src/pj_gridlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pj_gridlist.c b/src/pj_gridlist.c index a54dbe6f..6b7e2ffa 100644 --- a/src/pj_gridlist.c +++ b/src/pj_gridlist.c @@ -92,7 +92,7 @@ static int pj_gridlist_merge_gridfile( projCtx ctx, { got_match = 1; - /* dont add to the list if it is invalid. */ + /* don't add to the list if it is invalid. */ if( this_grid->ct == NULL ) return 0; |
