diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-01-02 11:29:36 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-01-02 11:29:36 +0100 |
| commit | be5778fa90586abd431fc02375870d71d2e3ba78 (patch) | |
| tree | a8b51f31a6161b0ccf6e3075fc32235b466a675e /src/apps/cs2cs.cpp | |
| parent | d8d96cecce9c4ee3136e63e32d2ce952fa2ede56 (diff) | |
| download | PROJ-be5778fa90586abd431fc02375870d71d2e3ba78.tar.gz PROJ-be5778fa90586abd431fc02375870d71d2e3ba78.zip | |
Typo fixes
Diffstat (limited to 'src/apps/cs2cs.cpp')
| -rw-r--r-- | src/apps/cs2cs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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"); } } |
