Modified: 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/crs/DefaultGeocentricCRSTest.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/crs/DefaultGeocentricCRSTest.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/crs/DefaultGeocentricCRSTest.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/crs/DefaultGeocentricCRSTest.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -107,7 +107,7 @@ public final strictfp class DefaultGeoce
     }
 
     /**
-     * Tests WKT 1 formatting using axes in kilometres. The intend of this 
test is to verify that
+     * Tests WKT 1 formatting using axes in kilometres. The intent of this 
test is to verify that
      * the coordinate system replacement documented in {@link #testWKT1()} 
preserves the axis units.
      *
      * @since 0.6

Modified: 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/crs/DefaultGeographicCRSTest.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/crs/DefaultGeographicCRSTest.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/crs/DefaultGeographicCRSTest.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/crs/DefaultGeographicCRSTest.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -87,7 +87,7 @@ public final strictfp class DefaultGeogr
 
     /**
      * Verifies the {@link CommonCRS#WGS84} identifiers in both normalized and 
unnormalized CRS.
-     * The intend is actually to test the replacement of {@code "EPSG:4326"} 
by {@code "CRS:84"}.
+     * The intent is actually to test the replacement of {@code "EPSG:4326"} 
by {@code "CRS:84"}.
      */
     @Test
     public void testIdentifiers() {

Modified: 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/GeodeticObjectFactoryTest.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/GeodeticObjectFactoryTest.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/GeodeticObjectFactoryTest.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/GeodeticObjectFactoryTest.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -111,7 +111,7 @@ public final strictfp class GeodeticObje
 
     /**
      * Tests {@link GeodeticObjectFactory#createFromWKT(String)} with an 
erroneous projection parameter name.
-     * The intend is to verify that the expected exception is thrown.
+     * The intent is to verify that the expected exception is thrown.
      *
      * @throws FactoryException if the parsing failed for another reason than 
the expected one.
      */

Modified: 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/IdentifiedObjectFinderTest.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/IdentifiedObjectFinderTest.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/IdentifiedObjectFinderTest.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/IdentifiedObjectFinderTest.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -77,7 +77,7 @@ public final strictfp class IdentifiedOb
                    CRS84, finder.findSingleton(CRS84));
         /*
          * Same test than above, using a CRS without identifier.
-         * The intend is to force a full scan.
+         * The intent is to force a full scan.
          */
         final CoordinateReferenceSystem search = new DefaultGeographicCRS(
                 Collections.singletonMap(DefaultGeographicCRS.NAME_KEY, 
CRS84.getName()),

Modified: 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/sql/EPSGInstallerTest.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/sql/EPSGInstallerTest.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/sql/EPSGInstallerTest.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/factory/sql/EPSGInstallerTest.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -221,7 +221,7 @@ public final strictfp class EPSGInstalle
             /*
              * Following forces the authority factory to iterate over all 
codes.
              * Since the iterator returns only non-deprecated codes, EPSG:4329
-             * should not be included. The intend is to verify that the fields
+             * should not be included. The intent is to verify that the fields
              * of type BOOLEAN have been properly handled.
              */
             codes = new HashSet<>(codes);

Modified: 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/CoordinateOperationFinderTest.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/CoordinateOperationFinderTest.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/CoordinateOperationFinderTest.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/CoordinateOperationFinderTest.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -281,7 +281,7 @@ public final strictfp class CoordinateOp
         λDimension = new int[] {1};
         zDimension = new int[] {2};
         double[] source = {
-            39.00,  -85.00,  -10000.00,   // The intend of those large height 
values is to cause a shift in (φ,λ)
+            39.00,  -85.00,  -10000.00,   // The intent of those large height 
values is to cause a shift in (φ,λ)
             38.26,  -80.58,  +10000.00    // large enough for being detected 
if we fail to use h in calculations.
         };
         double[] target;

Modified: 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/MercatorMethodComparison.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/MercatorMethodComparison.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/MercatorMethodComparison.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/projection/MercatorMethodComparison.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -260,7 +260,7 @@ public final class MercatorMethodCompari
 
     /**
      * Prints the error of the two methods for various eccentricity values.
-     * The intend of this method is to find an eccentricity threshold value 
where we consider the errors too high.
+     * The intent of this method is to find an eccentricity threshold value 
where we consider the errors too high.
      *
      * <p>This method is used for determining empirically a value for {@link 
ConformalProjection#ECCENTRICITY_THRESHOLD}.
      * The current threshold value is shown by inserting a horizontal line 
separator in the table when that threshold

Modified: 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/AbridgedMolodenskyTransformTest.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/AbridgedMolodenskyTransformTest.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/AbridgedMolodenskyTransformTest.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/AbridgedMolodenskyTransformTest.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -127,7 +127,7 @@ public final strictfp class AbridgedMolo
     }
 
     /**
-     * Tests a deserialized instance. The intend is to verify that the 
transient fields
+     * Tests a deserialized instance. The intent is to verify that the 
transient fields
      * are correctly recomputed.
      *
      * @throws FactoryException if an error occurred while creating a 
transform step.

Modified: 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/CoordinateDomainTest.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/CoordinateDomainTest.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/CoordinateDomainTest.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/CoordinateDomainTest.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -27,7 +27,7 @@ import static org.junit.Assert.*;
 
 /**
  * Tests {@link CoordinateDomain}.
- * The main intend of this class is to allow visual inspection (by looking in 
source code) of sampled data.
+ * The main intent of this class is to allow visual inspection (by looking in 
source code) of sampled data.
  *
  * @author  Martin Desruisseaux (Geomatys)
  * @version 0.6

Modified: 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactoryTest.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactoryTest.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactoryTest.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactoryTest.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -229,7 +229,7 @@ public final strictfp class DefaultMathT
             assertEquals(classification, 6356256.909237285, 
param.parameter("semi_minor").doubleValue(), 1E-4);
             /*
              * Creates a ProjectedCRS from the map projection. This part is 
more an integration test than
-             * a DefaultMathTransformFactory test. Again, the intend is to 
verify that the properties are
+             * a DefaultMathTransformFactory test. Again, the intent is to 
verify that the properties are
              * the one that we specified.
              */
             final DefaultProjectedCRS crs = new DefaultProjectedCRS(dummyName,

Modified: 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/report/CoordinateReferenceSystems.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/report/CoordinateReferenceSystems.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/report/CoordinateReferenceSystems.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/report/CoordinateReferenceSystems.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -415,7 +415,7 @@ public final strictfp class CoordinateRe
 
     /**
      * The keywords before which to cut the CRS names when sorting by 
alphabetical order.
-     * The main intend here is to preserve the "far west", "west", "central 
west", "central",
+     * The main intent here is to preserve the "far west", "west", "central 
west", "central",
      * "central east", "east", "far east" order.
      */
     private static final String[] CUT_BEFORE = {

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/converter/SystemRegistry.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/converter/SystemRegistry.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/converter/SystemRegistry.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/converter/SystemRegistry.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -33,7 +33,7 @@ import org.apache.sis.internal.system.Mo
  * <ul>
  *   <li>Fetch the list of converters from the content of all
  *       {@code META-INF/services/org.apache.sis.util.ObjectConverter} files 
found on the classpath.
- *       The intend is to allow other modules to register their own 
converters.</li>
+ *       The intent is to allow other modules to register their own 
converters.</li>
  *
  *   <li>Apply heuristic rules in addition to the explicitly registered 
converters.
  *       Those heuristic rules are provided in a separated class in order to 
keep the

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/jaxb/ModifiableIdentifierMap.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/jaxb/ModifiableIdentifierMap.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/jaxb/ModifiableIdentifierMap.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/jaxb/ModifiableIdentifierMap.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -60,7 +60,7 @@ public final class ModifiableIdentifierM
 
     /**
      * Sets the {@code xlink:href} value, which may be null. If an explicit 
{@code xlink:href} identifier exists,
-     * then it will removed before to set the new {@code href} in the {@link 
XLink} object. The intend is to give
+     * then it will removed before to set the new {@code href} in the {@link 
XLink} object. The intent is to give
      * precedence to the {@link XLink#getHRef()} property in every cases where 
the {@code href} is parsable as a
      * {@link URI}, and use the value associated to the {@code HREF} key only 
as a fallback when the string can not
      * be parsed.

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/DataDirectory.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/DataDirectory.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/DataDirectory.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/DataDirectory.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -116,7 +116,7 @@ public enum DataDirectory {
     /**
      * Returns the value of {@value #ENV} environment variable, or {@code 
null} if none.
      * This method does not perform any logging and does not verify if the 
directory exists.
-     * If the intend is to perform I/O operations, use {@link 
#getRootDirectory()} instead.
+     * If the intent is to perform I/O operations, use {@link 
#getRootDirectory()} instead.
      *
      * @return the {@value #ENV} environment variable, or {@code null} if none.
      * @throws SecurityException if this method is not allowed to query the 
environment variable.

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/DefaultFactories.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/DefaultFactories.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/DefaultFactories.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/DefaultFactories.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -195,7 +195,7 @@ public final class DefaultFactories exte
      * is equal or is a child of the SIS loader, then it is left unchanged. 
Otherwise the context
      * class loader is replaced by the SIS one.
      *
-     * <p>The intend of this method is to ensure that {@link 
ServiceLoader#load(Class)} will find the
+     * <p>The intent of this method is to ensure that {@link 
ServiceLoader#load(Class)} will find the
      * Apache SIS services even in an environment that defined an unsuitable 
context class loader.</p>
      *
      * @return the context class loader if suitable, or another class loader 
otherwise.

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Loggers.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Loggers.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Loggers.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Loggers.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -145,7 +145,7 @@ public final class Loggers extends Stati
             }
         }
         /*
-         * Process the loggers in alphabetical order. The intend is to process 
parent loggers before child.
+         * Process the loggers in alphabetical order. The intent is to process 
parent loggers before child.
          * The first logger in the map should be the SIS root logger, 
"org.apache.sis".
          */
         final Iterator<Map.Entry<String,Level>> it = 
levels.entrySet().iterator();

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Semaphores.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Semaphores.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Semaphores.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Semaphores.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -58,7 +58,7 @@ public final class Semaphores {
     /**
      * A flag to indicate that {@link 
org.apache.sis.referencing.operation.AbstractCoordinateOperation}
      * is querying parameters of a {@code MathTransform} enclosed in the 
operation. This is often in the
-     * intend to format WKT of a {@code "ProjectedCRS"} element.
+     * intent to format WKT of a {@code "ProjectedCRS"} element.
      */
     public static final int ENCLOSED_IN_OPERATION = 8;
 

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Threads.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Threads.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Threads.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Threads.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -22,7 +22,7 @@ import org.apache.sis.util.logging.Loggi
 
 /**
  * Utilities methods for threads. This class declares in a single place every 
{@link ThreadGroup} used in SIS.
- * Their intend is to bring some order in debugger informations, by grouping 
the threads created by SIS together
+ * Their intent is to bring some order in debugger informations, by grouping 
the threads created by SIS together
  * under the same parent tree node.
  *
  * <div class="section">Note on dependencies</div>
@@ -39,7 +39,7 @@ final class Threads extends Static {
     /**
      * The parent of every threads declared in this class. This parent will be 
declared as close
      * as possible to the root of all thread groups (i.e. not as an 
application thread subgroup).
-     * The intend is to separate the library thread groups from the user 
application thread groups.
+     * The intent is to separate the library thread groups from the user 
application thread groups.
      */
     static final ThreadGroup SIS;
     static {

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/Citations.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/Citations.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/Citations.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/Citations.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -459,7 +459,7 @@ public final class Citations extends Sta
      * <div class="section">When to use</div>
      * Use this method when assigning values to be returned by methods like 
{@link Identifier#getCodeSpace()},
      * since those values are likely to be compared without special care about 
ignorable identifier characters.
-     * But if the intend is to format a more complex string like WKT or {@code 
toString()}, then we suggest to
+     * But if the intent is to format a more complex string like WKT or {@code 
toString()}, then we suggest to
      * use {@code getIdentifier(citation, true)} instead, which will produce 
the same result but preserving the
      * ignorable characters, which can be useful for formatting purpose.
      *

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/CollectionsExt.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/CollectionsExt.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/CollectionsExt.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/CollectionsExt.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -586,7 +586,7 @@ public final class CollectionsExt extend
     /**
      * Returns a more compact representation of the given map. This method is 
similar to
      * {@link #unmodifiableOrCopy(Map)} except that it does not wrap the map 
in an unmodifiable
-     * view. The intend is to avoid one level of indirection for performance 
and memory reasons.
+     * view. The intent is to avoid one level of indirection for performance 
and memory reasons.
      * This is okay only if the map is kept in a private field and never 
escape outside that class.
      *
      * @param  <K>  the type of keys in the map.

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/DoubleDouble.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/DoubleDouble.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/DoubleDouble.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/DoubleDouble.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -345,7 +345,7 @@ public final class DoubleDouble extends
      * SIS often creates matrices for unit conversions, and most conversion 
factors are defined precisely in base 10.
      * For example the conversion from feet to metres is defined by a factor 
of exactly 0.3048, which can not be
      * represented precisely as a {@code double}. Consequently if a value of 
0.3048 is given, we can assume that
-     * the intend was to provide the "feet to metres" conversion factor and 
complete the double-double instance
+     * the intent was to provide the "feet to metres" conversion factor and 
complete the double-double instance
      * accordingly.
      *
      * @param  value  the value for which to get this error.

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/EmptyQueue.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/EmptyQueue.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/EmptyQueue.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/EmptyQueue.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -43,7 +43,7 @@ final class EmptyQueue<E> extends Abstra
 
     /**
      * The singleton instance to be returned by {@link 
CollectionsExt#emptyQueue()}.
-     * This is not parameterized on intend.
+     * This is not parameterized on intent.
      */
     @SuppressWarnings("rawtypes")
     static final Queue INSTANCE = new EmptyQueue();

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/MetadataServices.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/MetadataServices.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/MetadataServices.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/util/MetadataServices.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -76,7 +76,7 @@ public class MetadataServices extends Op
                 if (c == null) {
                     /*
                      * Double-checked locking: okay since Java 5 provided that 
the 'instance' field is volatile.
-                     * In the particular case of this class, the intend is to 
ensure that SystemListener.add(…)
+                     * In the particular case of this class, the intent is to 
ensure that SystemListener.add(…)
                      * is invoked only once.
                      */
                     c = getInstance(MetadataServices.class, Modules.UTILITIES, 
"sis-metadata",

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/io/Appender.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/io/Appender.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/io/Appender.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/io/Appender.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -133,7 +133,7 @@ abstract class Appender implements Appen
 
     /**
      * If the given sequence begins with a low surrogate completing a previous 
high surrogate,
-     * delegates to {@link #append(char)} and returns {@code start+1}. The 
intend is to avoid
+     * delegates to {@link #append(char)} and returns {@code start+1}. The 
intent is to avoid
      * processing a character sequence which starts by an invalid code point.
      *
      * @param  sequence  the character sequence to write.

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/math/Vector.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/math/Vector.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/math/Vector.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/math/Vector.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -520,7 +520,7 @@ public abstract class Vector extends Abs
              *
              *     doubleValue(i)  =  first + increment*i
              *
-             * The intend is that if tolerance = 0 and this method returns a 
non-null value, then replacing
+             * The intent is that if tolerance = 0 and this method returns a 
non-null value, then replacing
              * this vector by an instance of SequenceVector should produce 
exactely the same double values.
              */
             if (type >= Numbers.FLOAT && type <= Numbers.DOUBLE) {

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/measure/AbstractUnit.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/measure/AbstractUnit.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/measure/AbstractUnit.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/measure/AbstractUnit.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -73,7 +73,7 @@ abstract class AbstractUnit<Q extends Qu
      * (<strong>not</strong> the UCUM format). In particular, this symbol uses 
Unicode characters
      * for arithmetic operators and superscripts, as in “m/s²”. However this 
symbol should never
      * contains the unit conversion terms. For example “km” is okay, but 
“1000⋅m” is not.
-     * The intend of those rules is to make easier to analyze the symbol in 
methods like
+     * The intent of those rules is to make easier to analyze the symbol in 
methods like
      * {@link ConventionalUnit#power(String)}.
      *
      * <p>Users can override this symbol by call to {@link 
UnitFormat#label(Unit, String)},

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/measure/AngleFormat.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/measure/AngleFormat.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/measure/AngleFormat.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/measure/AngleFormat.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -991,7 +991,7 @@ public class AngleFormat extends Format
             minutes = Math.abs(degrees - (degrees = truncate(degrees))) * 60;
             /*
              * Limit the maximal number of fraction digits to the amount of 
significant digits for a 'double' value.
-             * The intend is to avoid non-significant garbage that are pure 
artifacts from the conversion from base
+             * The intent is to avoid non-significant garbage that are pure 
artifacts from the conversion from base
              * 2 to base 10.
              */
             final int n = fractionDigitsForDelta(Math.ulp(angle) * 
(secondsFieldWidth == 0 ? 60 : 3600), false);

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/measure/UnitFormat.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/measure/UnitFormat.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/measure/UnitFormat.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/measure/UnitFormat.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -459,7 +459,7 @@ public class UnitFormat extends Format i
      * Returns the unit instance for the given long (un)localized or name.
      * This method is somewhat the converse of {@link #symbolToName()}, but 
recognizes also
      * international and American spelling of unit names in addition of 
localized names.
-     * The intend is to recognize "meter" as well as "metre".
+     * The intent is to recognize "meter" as well as "metre".
      *
      * <p>While we said that {@code UnitFormat} is not thread safe, we make an 
exception for this method
      * for allowing the singleton {@link #INSTANCE} to parse symbols in a 
multi-threads environment.</p>

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/measure/Units.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/measure/Units.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/measure/Units.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/measure/Units.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -1113,7 +1113,7 @@ public final class Units extends Static
         final LinearConverter ten4  = LinearConverter.scale(10000, 1);
         /*
          * All Unit<Angle>.
-         * 20 is the greatest common denominator between 180 and 200. The 
intend is to have arguments as small
+         * 20 is the greatest common denominator between 180 and 200. The 
intent is to have arguments as small
          * as possible in the call to the scale(double, double) method, while 
keeping the right side integer.
          * Staying closer to zero during conversions helo to reduce rounding 
errors.
          */

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/StringBuilders.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/StringBuilders.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/StringBuilders.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/StringBuilders.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -197,7 +197,7 @@ public final class StringBuilders extend
     /**
      * A sequence of a constant character. This implementation does not 
perform any argument
      * check since it is for {@link StringBuilder#append(CharSequence, int, 
int)} usage only.
-     * The intend is to allow {@code StringBuilder} to append the characters 
in one operation
+     * The intent is to allow {@code StringBuilder} to append the characters 
in one operation
      * instead than looping on {@link StringBuilder#insert(int, char)} (which 
would require
      * memory move on each call).
      */

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/collection/DefaultTreeTable.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/collection/DefaultTreeTable.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/collection/DefaultTreeTable.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/collection/DefaultTreeTable.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -532,7 +532,7 @@ public class DefaultTreeTable implements
          * cast will need to be replaced by an "instanceof" check.
          */
         @Override
-        @SuppressWarnings("ReturnOfCollectionOrArrayField")         // 
Returned list is modifiable on intend.
+        @SuppressWarnings("ReturnOfCollectionOrArrayField")         // 
Returned list is modifiable on intent.
         public final List<TreeTable.Node> getChildren() {
             if (children == null) {
                 if (isLeaf()) {

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/collection/FrequencySortedSet.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/collection/FrequencySortedSet.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/collection/FrequencySortedSet.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/collection/FrequencySortedSet.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -67,7 +67,7 @@ public class FrequencySortedSet<E> exten
      * {@code 0} if the element should be sorted in the usual order, or {@code 
-1}
      * if the elements should be sorted in reverse order (most frequent 
element first).
      * This value is XORed with the number of times <var>n</var> that an 
element is added: {@code n ^ order}.
-     * The intend is to store negative numbers in the {@link #count} map if 
this {@code FrequencySortedSet}
+     * The intent is to store negative numbers in the {@link #count} map if 
this {@code FrequencySortedSet}
      * has been created for reverse order.
      *
      * <div class="note"><b>Implementation note:</b>

Modified: 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/iso/DefaultNameSpace.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/iso/DefaultNameSpace.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/iso/DefaultNameSpace.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/util/iso/DefaultNameSpace.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -349,7 +349,7 @@ public class DefaultNameSpace implements
      * Returns a child namespace of the given name. The returned namespace will
      * have this namespace as its parent, and will use the same separator.
      *
-     * <p>The {@link #headSeparator} is not inherited by the children on 
intend, because this
+     * <p>The {@link #headSeparator} is not inherited by the children on 
intent, because this
      * method is used only by {@link DefaultScopedName} constructors in order 
to create a
      * sequence of parsed local names. For example in {@code 
"http://www.opengeospatial.org"}
      * the head separator is {@code "://"} for {@code "www"} (which is having 
this namespace),

Modified: 
sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/io/TableAppenderTest.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/io/TableAppenderTest.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/io/TableAppenderTest.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/io/TableAppenderTest.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -104,7 +104,7 @@ public final strictfp class TableAppende
 
     /**
      * Tests the {@link TableAppender#toString()} method.
-     * The intend of this test is also to ensure that we can use the API
+     * The intent of this test is also to ensure that we can use the API
      * more easily, without having to deal with {@link IOException}.
      */
     @Test

Modified: 
sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/test/TestCase.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/test/TestCase.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/test/TestCase.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/test/TestCase.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -65,7 +65,7 @@ public abstract strictfp class TestCase
      *     }
      * }
      *
-     * The intend is to make easier to identify test cases that fail with the 
current version
+     * The intent is to make easier to identify test cases that fail with the 
current version
      * of SIS (e.g. because of unsupported operations), but should pass in a 
future version.
      *
      * @since 0.4

Modified: 
sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/test/TestSuite.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/test/TestSuite.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/test/TestSuite.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/test/TestSuite.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -260,7 +260,7 @@ public abstract strictfp class TestSuite
      * Simulates a module uninstall after all tests. This method will first 
notify any classpath-dependant
      * services that the should clear their cache, then stop the SIS daemon 
threads. Those operations are
      * actually not needed in non-server environment (it is okay to just let 
the JVM stop by itself), but
-     * the intend here is to ensure that no exception is thrown.
+     * the intent here is to ensure that no exception is thrown.
      *
      * <p>Since this method stops SIS daemon threads, the SIS library shall 
not be used anymore after
      * this method execution.</p>

Modified: 
sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/test/XMLTestCase.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/test/XMLTestCase.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/test/XMLTestCase.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/test/XMLTestCase.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -165,7 +165,7 @@ public abstract strictfp class XMLTestCa
      * The file shall be in the same package than a subclass of {@code this}.
      * This method begins the search in the package of {@link #getClass()}.
      * If the resource is not found in that package, then this method searches 
in the parent classes.
-     * The intend is to allow some test classes to be overridden in different 
modules.
+     * The intent is to allow some test classes to be overridden in different 
modules.
      *
      * @param  filename  the name of the XML file.
      * @return the URL to the given XML file.

Modified: 
sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/util/resources/IndexedResourceBundleTest.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/util/resources/IndexedResourceBundleTest.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/util/resources/IndexedResourceBundleTest.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/core/sis-utility/src/test/java/org/apache/sis/util/resources/IndexedResourceBundleTest.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -160,7 +160,7 @@ public final strictfp class IndexedResou
 
     /**
      * Tests the {@link IndexedResourceBundle#getString(short, Object)} method 
with a {@code CodeList} argument.
-     * The intend is to test the code list localization.
+     * The intent is to test the code list localization.
      */
     @Test
     @DependsOnMethod("testGetStringWithParameter")

Modified: 
sis/branches/JDK8/storage/sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/CRSBuilder.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/storage/sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/CRSBuilder.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/storage/sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/CRSBuilder.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/storage/sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/CRSBuilder.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -1367,7 +1367,7 @@ final class CRSBuilder {
 
     /**
      * Map projection parameters to be considered as aliases. This table is 
used for reading GeoTIFF files
-     * that are not really well-formed, but for which we can reasonably guess 
what was the producer intend
+     * that are not really well-formed, but for which we can reasonably guess 
what was the producer intent
      * and which parameters were confused. See {@link #aliases(Map)} for more 
explanation.
      */
     private static final short[][] PARAMETER_ALIASES = {

Modified: 
sis/branches/JDK8/storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/impl/GridGeometryInfo.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/impl/GridGeometryInfo.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/impl/GridGeometryInfo.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/impl/GridGeometryInfo.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -115,7 +115,7 @@ final class GridGeometryInfo extends Gri
     public Axis[] getAxes() throws IOException, DataStoreException {
         /*
          * Process the variables in the order the appear in the sequence of 
bytes that make the netCDF files.
-         * This is often the same order than the indices, but not necessarily. 
The intend is to reduce the
+         * This is often the same order than the indices, but not necessarily. 
The intent is to reduce the
          * amount of disk seek operations.
          */
         final SortedMap<VariableInfo,Integer> variables = new TreeMap<>();

Modified: 
sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/DocumentedStoreProvider.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/DocumentedStoreProvider.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/DocumentedStoreProvider.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/DocumentedStoreProvider.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -46,7 +46,7 @@ public abstract class DocumentedStorePro
     /**
      * {@code true} if the call to {@link #getFormat()} caught an exception. 
In such case,
      * we log a warning only the first time and use a finer logging level the 
other times.
-     * The intend is to avoid polluting the logs with too many warnings.
+     * The intent is to avoid polluting the logs with too many warnings.
      */
     private volatile boolean logged;
 

Modified: 
sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/URIDataStore.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/URIDataStore.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/URIDataStore.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/URIDataStore.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -202,7 +202,7 @@ public abstract class URIDataStore exten
     /**
      * Adds the filename (without extension) as the citation title if there is 
no title, or as the identifier otherwise.
      * This method should be invoked last, after {@code DataStore} 
implementation did its best effort for adding a title.
-     * The intend is actually to provide an identifier, but since the title is 
mandatory in ISO 19115 metadata, providing
+     * The intent is actually to provide an identifier, but since the title is 
mandatory in ISO 19115 metadata, providing
      * only an identifier without title would be invalid.
      *
      * @param  builder  where to add the title or identifier.

Modified: 
sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/csv/FeatureIterator.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/csv/FeatureIterator.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/csv/FeatureIterator.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/storage/sis-storage/src/main/java/org/apache/sis/internal/storage/csv/FeatureIterator.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -121,7 +121,7 @@ class FeatureIterator implements Spliter
                     /*
                      * If there is no time columns, then this column may be 
the trajectory (note that allowing
                      * CSV files without time is obviously a departure from 
Moving Features specification.
-                     * The intend is to have a CSV format applicable to other 
features than moving ones).
+                     * The intent is to have a CSV format applicable to other 
features than moving ones).
                      * Fall through in order to process trajectory.
                      */
                 }

Modified: 
sis/branches/JDK8/storage/sis-storage/src/test/java/org/apache/sis/storage/StorageConnectorTest.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/storage/sis-storage/src/test/java/org/apache/sis/storage/StorageConnectorTest.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/storage/sis-storage/src/test/java/org/apache/sis/storage/StorageConnectorTest.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/storage/sis-storage/src/test/java/org/apache/sis/storage/StorageConnectorTest.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -191,7 +191,7 @@ public final strictfp class StorageConne
         final byte[] sample = new byte[32];
         data.readFully(sample);
         /*
-         * Request again the InputStream and read the same amount of bytes 
than above. The intend of this test
+         * Request again the InputStream and read the same amount of bytes 
than above. The intent of this test
          * is to verify that StorageConnector has reseted the InputStream 
position before to return it.
          * Note that this test requires InputStream implementations supporting 
mark/reset operations
          * (which is the case when the resource is an ordinary file, not an 
entry inside a JAR file),

Modified: 
sis/branches/JDK8/storage/sis-xmlstore/src/main/java/org/apache/sis/internal/storage/gpx/GroupAsPolylineOperation.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/storage/sis-xmlstore/src/main/java/org/apache/sis/internal/storage/gpx/GroupAsPolylineOperation.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/storage/sis-xmlstore/src/main/java/org/apache/sis/internal/storage/gpx/GroupAsPolylineOperation.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/storage/sis-xmlstore/src/main/java/org/apache/sis/internal/storage/gpx/GroupAsPolylineOperation.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -140,7 +140,7 @@ final class GroupAsPolylineOperation ext
      * The attribute resulting from execution if the {@link 
GroupAsPolylineOperation}.
      * The value is computed when first requested, then cached for this {@code 
Result} instance only.
      * Note that the cache is not used when {@link #apply(Feature, 
ParameterValueGroup)} is invoked,
-     * causing a new value to be computed again. The intend is to behave as if 
the operation has been
+     * causing a new value to be computed again. The intent is to behave as if 
the operation has been
      * executed at {@code apply(…)} invocation time, even if we deferred the 
actual execution.
      *
      * @param  <G>  the root geometry class (implementation-dependent).

Modified: 
sis/branches/JDK8/storage/sis-xmlstore/src/main/java/org/apache/sis/internal/storage/gpx/Link.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK8/storage/sis-xmlstore/src/main/java/org/apache/sis/internal/storage/gpx/Link.java?rev=1822781&r1=1822780&r2=1822781&view=diff
==============================================================================
--- 
sis/branches/JDK8/storage/sis-xmlstore/src/main/java/org/apache/sis/internal/storage/gpx/Link.java
 [UTF-8] (original)
+++ 
sis/branches/JDK8/storage/sis-xmlstore/src/main/java/org/apache/sis/internal/storage/gpx/Link.java
 [UTF-8] Wed Jan 31 10:00:01 2018
@@ -101,7 +101,7 @@ public final class Link implements Onlin
 
     /**
      * Invoked by JAXB after unmarshalling. If the {@linkplain #uri} is not 
set but the {@link #text} looks
-     * like a URI, uses that text. The intend is to handle link that should 
have been defined like below:
+     * like a URI, uses that text. The intent is to handle link that should 
have been defined like below:
      *
      * {@preformat xml
      *   <link href="http://some.site.org";>


Reply via email to