diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/gie/builtins.gie | 10 |
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 |
