diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-25 16:18:58 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-10-25 16:18:58 +0100 |
| commit | 64312b33672a1c24feefa5127f91666f3b25f583 (patch) | |
| tree | 6e51c947c0b610664d41045a107be6f7ef334625 /src/projections | |
| parent | 32f92851c0028e1ff6d5203d34c7ded1ffe1951a (diff) | |
| download | PROJ-64312b33672a1c24feefa5127f91666f3b25f583.tar.gz PROJ-64312b33672a1c24feefa5127f91666f3b25f583.zip | |
Fix typos spotted by scripts/fix_typos.sh
Diffstat (limited to 'src/projections')
| -rw-r--r-- | src/projections/ortho.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projections/ortho.cpp b/src/projections/ortho.cpp index 75b8199d..8dcfb53c 100644 --- a/src/projections/ortho.cpp +++ b/src/projections/ortho.cpp @@ -223,7 +223,7 @@ static PJ_LP ortho_e_inverse (PJ_XY xy, PJ *P) { /* Ellipsoidal, inver // Using Q->sinph0 * sinphi + Q->cosph0 * cosphi * coslam == 0 (visibity // condition of the forward case) in the forward equations, and a lot of - // substition games... + // substitution games... PJ_XY xy_recentered; xy_recentered.x = xy.x; xy_recentered.y = (xy.y - Q->y_shift) / Q->y_scale; |
