diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2011-08-27 16:40:23 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2011-08-27 16:40:23 +0000 |
| commit | 906c75ab4da905b584c8f3179d60d12fbdb75391 (patch) | |
| tree | 26bc8aa031bd4e0d20666586baa049489811ac14 /src | |
| parent | fe3747377b92b0219fc94a3fce5062aee639d2b1 (diff) | |
| download | PROJ-906c75ab4da905b584c8f3179d60d12fbdb75391.tar.gz PROJ-906c75ab4da905b584c8f3179d60d12fbdb75391.zip | |
documentation typo fixes from Martin
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2090 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src')
| -rw-r--r-- | src/pj_pr_list.c | 2 | ||||
| -rw-r--r-- | src/pj_strerrno.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pj_pr_list.c b/src/pj_pr_list.c index d4a908cd..e14b20d9 100644 --- a/src/pj_pr_list.c +++ b/src/pj_pr_list.c @@ -49,7 +49,7 @@ pj_pr_list(PJ *P) { /* */ /* Returns the PROJ.4 command string that would produce this */ /* definition expanded as much as possible. For instance, */ -/* +init= calls and +datum= defintions would be expanded. */ +/* +init= calls and +datum= definitions would be expanded. */ /************************************************************************/ char *pj_get_def( PJ *P, int options ) diff --git a/src/pj_strerrno.c b/src/pj_strerrno.c index df1d57af..186a50e8 100644 --- a/src/pj_strerrno.c +++ b/src/pj_strerrno.c @@ -22,7 +22,7 @@ pj_err_list[] = { "latitude or longitude exceeded limits", /* -14 */ "invalid x or y", /* -15 */ "improperly formed DMS value", /* -16 */ - "non-convergent inverse meridinal dist", /* -17 */ + "non-convergent inverse meridional dist", /* -17 */ "non-convergent inverse phi2", /* -18 */ "acos/asin: |arg| >1.+1e-14", /* -19 */ "tolerance condition error", /* -20 */ |
