From 19766318ef918db5a4ef90700db10a9c91281d46 Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Mon, 6 May 2019 08:54:10 +0200 Subject: Fix spelling errors. * unknow -> unknown --- src/strerrno.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 */ -- cgit v1.2.3