diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-03-11 15:40:53 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-03-11 15:40:53 +0100 |
| commit | 7ddd7937085524bcfb09ae7eb2a2865e9de6b987 (patch) | |
| tree | 7ebcef9efb94693c610a72960a05754d338e0dc3 /src/proj_4D_api.c | |
| parent | a3f5d6dff3587d3a1225c607359c241107232470 (diff) | |
| download | PROJ-7ddd7937085524bcfb09ae7eb2a2865e9de6b987.tar.gz PROJ-7ddd7937085524bcfb09ae7eb2a2865e9de6b987.zip | |
Various typo fixes
Diffstat (limited to 'src/proj_4D_api.c')
| -rw-r--r-- | src/proj_4D_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proj_4D_api.c b/src/proj_4D_api.c index b9f3d9bf..d9fa8c28 100644 --- a/src/proj_4D_api.c +++ b/src/proj_4D_api.c @@ -1036,7 +1036,7 @@ PJ_FACTORS proj_factors(PJ *P, PJ_COORD lp) { Characteristics include meridian, parallel and areal scales, angular distortion, meridian/parallel, meridian convergence and scale error. - returns PJ_FACTORS. If unsuccessfull, error number is set and the + returns PJ_FACTORS. If unsuccessful, error number is set and the struct returned contains NULL data. ******************************************************************************/ PJ_FACTORS factors = {0,0,0, 0,0,0, 0,0, 0,0,0,0}; |
