diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-21 21:16:33 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-21 21:16:33 +0100 |
| commit | 8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1 (patch) | |
| tree | b512b68715d0357164a942de15e0258318391d46 /src/apps | |
| parent | e2cb5b21501159de7543ba985c6b183d7bc79331 (diff) | |
| download | PROJ-8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1.tar.gz PROJ-8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1.zip | |
Fix typos in code comments
Diffstat (limited to 'src/apps')
| -rw-r--r-- | src/apps/cs2cs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/cs2cs.cpp b/src/apps/cs2cs.cpp index ed885dc6..273233a7 100644 --- a/src/apps/cs2cs.cpp +++ b/src/apps/cs2cs.cpp @@ -117,7 +117,7 @@ static void process(FILE *fid) /* To avoid breaking existing tests, we read what is a possible t */ /* component of the input and rewind the s-pointer so that the final */ - /* output has consistant behaviour, with or without t values. */ + /* output has consistent behaviour, with or without t values. */ /* This is a bit of a hack, in most cases 4D coordinates will be */ /* written to STDOUT (except when using -E) but the output format */ /* speficied with -f is not respected for the t component, rather it */ |
