aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2016-12-12 16:33:43 +0100
committerEven Rouault <even.rouault@spatialys.com>2016-12-12 16:33:43 +0100
commitab7e98b026b327e8b61510ba4e79b5ae42b5e5f2 (patch)
tree0398d826eb4fd29a43d3360ba2e8b75b6f7e943d /test
parente47afa43860e4350dce13689108096ab33c56d12 (diff)
downloadPROJ-ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2.tar.gz
PROJ-ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2.zip
Add a scripts/fix_typos.sh script and correct reported errors
Diffstat (limited to 'test')
-rw-r--r--test/gigs/TESTNOTES.md6
-rw-r--r--test/gigs/test_json.py4
2 files changed, 5 insertions, 5 deletions
diff --git a/test/gigs/TESTNOTES.md b/test/gigs/TESTNOTES.md
index 003872e8..ff9c03a1 100644
--- a/test/gigs/TESTNOTES.md
+++ b/test/gigs/TESTNOTES.md
@@ -1,7 +1,7 @@
## TEST JSON ###########################################################
-This is the testing framework that uses JSON formated files that tests
-PROJ.4 using Geospatial Integrity of Geoscience Sofware (GIGS) calculations.
+This is the testing framework that uses JSON formatted files that tests
+PROJ.4 using Geospatial Integrity of Geoscience Software (GIGS) calculations.
This could be used as a framework for testing projections from other
sources.
@@ -61,7 +61,7 @@ courts of England and Wales.
2) Upgrade `pip` (possibly not needed)
https://pip.pypa.io/en/stable/installing/#upgrading-pip
3) Install pyproj
- * requires a C/C++ compiler be usuable by python
+ * requires a C/C++ compiler be usable by python
* repository version requires Cython to be installed, releases do not require this
```
diff --git a/test/gigs/test_json.py b/test/gigs/test_json.py
index 2c1f9f02..11aec31e 100644
--- a/test/gigs/test_json.py
+++ b/test/gigs/test_json.py
@@ -122,7 +122,7 @@ def match_func(cor, exc, tolerance):
# parse multiple tests and call TransformTest
# TODO: needs some awareness of the driver, so driver_info function in
-# TranformTest classes can be called, could allow a dummy instance of
+# TransformTest classes can be called, could allow a dummy instance of
# Driver and move all the initization code to another function? Or allow
# dipatch function to check if everything is in order do a transform.
# Not an elegant solution.
@@ -131,7 +131,7 @@ class TransformRunner(object):
"""
fn_pattern - file name or file name pattern (example "*.json")
driver - this is the type of driver to run
- kwargs - parameters passed to the respective driver TransfromTest class
+ kwargs - parameters passed to the respective driver TransformTest class
"""
self.driver = driver
json_input = []