From be5778fa90586abd431fc02375870d71d2e3ba78 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 2 Jan 2019 11:29:36 +0100 Subject: Typo fixes --- src/apps/cs2cs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/apps') diff --git a/src/apps/cs2cs.cpp b/src/apps/cs2cs.cpp index 1e8fb474..af53a051 100644 --- a/src/apps/cs2cs.cpp +++ b/src/apps/cs2cs.cpp @@ -547,7 +547,7 @@ int main(int argc, char **argv) { src = instanciate_crs(fromStr, optionsImportCRS, srcIsGeog, srcToRadians, ignored); if (!src) { - emess(3, "cannot instanciate source coordinate system"); + emess(3, "cannot instantiate source coordinate system"); } } @@ -556,7 +556,7 @@ int main(int argc, char **argv) { dst = instanciate_crs(toStr, optionsImportCRS, destIsGeog, destToRadians, destIsLatLong); if (!dst) { - emess(3, "cannot instanciate target coordinate system"); + emess(3, "cannot instantiate target coordinate system"); } } -- cgit v1.2.3