aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-05-06 10:13:02 +0200
committerGitHub <noreply@github.com>2019-05-06 10:13:02 +0200
commita16cb05010115690ecca8938d95ca544f2ad65c6 (patch)
tree2e780949186c62174f8ff675e54bfe76035f3598 /src
parentf93a066047446416cb7086c5e1bb0ce3d127c5d0 (diff)
parent19766318ef918db5a4ef90700db10a9c91281d46 (diff)
downloadPROJ-a16cb05010115690ecca8938d95ca544f2ad65c6.tar.gz
PROJ-a16cb05010115690ecca8938d95ca544f2ad65c6.zip
Fix spelling errors. (#1452)
Fix spelling errors.
Diffstat (limited to 'src')
-rw-r--r--src/strerrno.cpp2
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 */