diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2016-12-12 16:33:43 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2016-12-12 16:33:43 +0100 |
| commit | ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2 (patch) | |
| tree | 0398d826eb4fd29a43d3360ba2e8b75b6f7e943d /jniwrap/org/proj4/PJ.java | |
| parent | e47afa43860e4350dce13689108096ab33c56d12 (diff) | |
| download | PROJ-ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2.tar.gz PROJ-ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2.zip | |
Add a scripts/fix_typos.sh script and correct reported errors
Diffstat (limited to 'jniwrap/org/proj4/PJ.java')
| -rw-r--r-- | jniwrap/org/proj4/PJ.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jniwrap/org/proj4/PJ.java b/jniwrap/org/proj4/PJ.java index f82fe07c..50e7a021 100644 --- a/jniwrap/org/proj4/PJ.java +++ b/jniwrap/org/proj4/PJ.java @@ -37,7 +37,7 @@ package org.proj4; * Proj.4 library. This class is the only place where such native methods are defined. * <p> * In the Proj.4 library, the {@code PJ} structure aggregates in a single place information usually - * splitted in many different ISO 19111 interfaces: {@link org.opengis.referencing.datum.Ellipsoid}, + * split in many different ISO 19111 interfaces: {@link org.opengis.referencing.datum.Ellipsoid}, * {@link org.opengis.referencing.datum.Datum}, {@link org.opengis.referencing.datum.PrimeMeridian}, * {@link org.opengis.referencing.cs.CoordinateSystem}, {@link org.opengis.referencing.crs.CoordinateReferenceSystem} * and their sub-interfaces. The relationship with the GeoAPI methods is indicated in the @@ -285,7 +285,7 @@ public class PJ { /** * Deallocates the native PJ data structure. This method can be invoked only by the garbage * collector, and must be invoked exactly once (no more, no less). - * <strong>NEVER INVOKE THIS METHOD EXPLICITELY, NEVER OVERRIDE</strong>. + * <strong>NEVER INVOKE THIS METHOD EXPLICITLY, NEVER OVERRIDE</strong>. */ @Override protected final native void finalize(); |
