aboutsummaryrefslogtreecommitdiff
path: root/src/strerrno.cpp
diff options
context:
space:
mode:
authorBas Couwenberg <sebastic@xs4all.nl>2019-05-06 08:54:10 +0200
committerBas Couwenberg <sebastic@xs4all.nl>2019-05-06 08:54:10 +0200
commit19766318ef918db5a4ef90700db10a9c91281d46 (patch)
tree2e780949186c62174f8ff675e54bfe76035f3598 /src/strerrno.cpp
parentf93a066047446416cb7086c5e1bb0ce3d127c5d0 (diff)
downloadPROJ-19766318ef918db5a4ef90700db10a9c91281d46.tar.gz
PROJ-19766318ef918db5a4ef90700db10a9c91281d46.zip
Fix spelling errors.
* unknow -> unknown
Diffstat (limited to 'src/strerrno.cpp')
-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 */