aboutsummaryrefslogtreecommitdiff
path: root/test/gie
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-10-25 16:18:58 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-10-25 16:18:58 +0100
commit64312b33672a1c24feefa5127f91666f3b25f583 (patch)
tree6e51c947c0b610664d41045a107be6f7ef334625 /test/gie
parent32f92851c0028e1ff6d5203d34c7ded1ffe1951a (diff)
downloadPROJ-64312b33672a1c24feefa5127f91666f3b25f583.tar.gz
PROJ-64312b33672a1c24feefa5127f91666f3b25f583.zip
Fix typos spotted by scripts/fix_typos.sh
Diffstat (limited to 'test/gie')
-rw-r--r--test/gie/builtins.gie10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/gie/builtins.gie b/test/gie/builtins.gie
index 02e6766e..cbba686c 100644
--- a/test/gie/builtins.gie
+++ b/test/gie/builtins.gie
@@ -4445,7 +4445,7 @@ tolerance 0.1 mm
accept -90 0
expect -6378137 18504.1253
-# This test is fragile. Note the slighly important tolerance
+# This test is fragile. Note the slightly important tolerance
# direction inverse
# tolerance 100 mm
# accept -6378137 18504.125313223721605027
@@ -4523,7 +4523,7 @@ expect failure errno tolerance_condition
accept -90.00001 0
expect failure errno tolerance_condition
-# Consistant with WGS84 semi-major axis
+# Consistent with WGS84 semi-major axis
accept 90 0
expect 6378137 0
roundtrip 1
@@ -4532,7 +4532,7 @@ accept -90 0
expect -6378137 0
roundtrip 1
-# Consistant with WGS84 semi-minor axis
+# Consistent with WGS84 semi-minor axis
accept 0 90
expect 0 6356752.3142
roundtrip 1
@@ -4577,7 +4577,7 @@ roundtrip 1
accept 0 -0.0000001
expect failure errno tolerance_condition
-# Consistant with WGS84 semi-major axis
+# Consistent with WGS84 semi-major axis
accept 0 0
expect 0 -6378137
roundtrip 1
@@ -4604,7 +4604,7 @@ roundtrip 1
accept 0 0.0000001
expect failure errno tolerance_condition
-# Consistant with WGS84 semi-major axis
+# Consistent with WGS84 semi-major axis
accept 0 0
expect 0 6378137
roundtrip 1