aboutsummaryrefslogtreecommitdiff
path: root/jniwrap
diff options
context:
space:
mode:
Diffstat (limited to 'jniwrap')
-rw-r--r--jniwrap/README2
-rw-r--r--jniwrap/doxygen.cfg4
-rw-r--r--jniwrap/org/proj4/PJ.java4
3 files changed, 5 insertions, 5 deletions
diff --git a/jniwrap/README b/jniwrap/README
index a7f4efc5..1c047db0 100644
--- a/jniwrap/README
+++ b/jniwrap/README
@@ -59,7 +59,7 @@ The documentation is held inside the code and can be retrieved by running
doxygen inside the folder jniwrap. This will create the HTML format
documentation inside of jniwrap/docs
-The standard way to achive this is to use an Ant target:
+The standard way to achieve this is to use an Ant target:
ant do_make_help
diff --git a/jniwrap/doxygen.cfg b/jniwrap/doxygen.cfg
index a46a8bb8..e1771b52 100644
--- a/jniwrap/doxygen.cfg
+++ b/jniwrap/doxygen.cfg
@@ -834,7 +834,7 @@ HTML_FILE_EXTENSION = .html
# standard header. Note that when using a custom header you are responsible
# for the proper inclusion of any scripts and style sheets that doxygen
# needs, which is dependent on the configuration options used.
-# It is adviced to generate a default header using "doxygen -w html
+# It is advised to generate a default header using "doxygen -w html
# header.html footer.html stylesheet.css YourConfigFile" and then modify
# that header. Note that the header is subject to change so you typically
# have to redo this when upgrading to a newer version of doxygen or when changing the value of configuration settings such as GENERATE_TREEVIEW!
@@ -1108,7 +1108,7 @@ EXT_LINKS_IN_WINDOW = NO
FORMULA_FONTSIZE = 10
-# Use the FORMULA_TRANPARENT tag to determine whether or not the images
+# Use the FORMULA_TRANSPARENT tag to determine whether or not the images
# generated for formulas are transparent PNGs. Transparent PNGs are
# not supported properly for IE 6.0, but are supported on all modern browsers.
# Note that when changing this option you need to delete any form_*.png files
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();