diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-05-06 12:59:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-06 12:59:53 +0200 |
| commit | 9c1c80e68c9e54e2d2595b29c7281a0038d85600 (patch) | |
| tree | 2e780949186c62174f8ff675e54bfe76035f3598 | |
| parent | f93a066047446416cb7086c5e1bb0ce3d127c5d0 (diff) | |
| parent | bc459dbb1f4e8a205b791723ea48514b01250fbf (diff) | |
| download | PROJ-9c1c80e68c9e54e2d2595b29c7281a0038d85600.tar.gz PROJ-9c1c80e68c9e54e2d2595b29c7281a0038d85600.zip | |
Merge pull request #1453 from OSGeo/backport-1452-to-6.1
[Backport 6.1] Fix spelling errors.
| -rw-r--r-- | src/strerrno.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strerrno.cpp b/src/strerrno.cpp index 12546bd0..9bf5f45a 100644 --- a/src/strerrno.cpp +++ b/src/strerrno.cpp @@ -70,7 +70,7 @@ pj_err_list[] = { "argument not numerical or out of range", /* -58 */ "inconsistent unit type between input and output", /* -59 */ "arguments are mutually exclusive", /* -60 */ - "generic error of unknow origin", /* -61 */ + "generic error of unknown origin", /* -61 */ /* When adding error messages, remember to update ID defines in projects.h, and transient_error array in pj_transform */ |
