aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_vgridshift.c
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-10-11 11:19:02 +0200
committerKristian Evers <kristianevers@gmail.com>2018-10-11 11:19:02 +0200
commit0e3debf173bfe9d9dccf337a5c41fe2e1bf1ded3 (patch)
tree65c85a6fd82d8410f5fe743965f1b5d1b2d15a71 /src/PJ_vgridshift.c
parente649eb7369caa87f0e5e8076fb7bffe72485b646 (diff)
parent6c203a4395f30eae4f49230d2e2cb7652006b959 (diff)
downloadPROJ-0e3debf173bfe9d9dccf337a5c41fe2e1bf1ded3.tar.gz
PROJ-0e3debf173bfe9d9dccf337a5c41fe2e1bf1ded3.zip
Merge remote-tracking branch 'osgeo/master' into bertin1953
Diffstat (limited to 'src/PJ_vgridshift.c')
-rw-r--r--src/PJ_vgridshift.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_vgridshift.c b/src/PJ_vgridshift.c
index f88527f7..ac5d26ef 100644
--- a/src/PJ_vgridshift.c
+++ b/src/PJ_vgridshift.c
@@ -113,7 +113,7 @@ PJ *TRANSFORMATION(vgridshift,0) {
if (pj_param(P->ctx, P->params, "tt_epoch").i)
Q->t_epoch = pj_param (P->ctx, P->params, "dt_epoch").f;
- /* historical: the forward direction substracts the grid offset. */
+ /* historical: the forward direction subtracts the grid offset. */
Q->forward_multiplier = -1.0;
if (pj_param(P->ctx, P->params, "tmultiplier").i) {
Q->forward_multiplier = pj_param(P->ctx, P->params, "dmultiplier").f;