summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/javax
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2010-12-03 11:04:46 -0800
committerElliott Hughes <enh@google.com>2010-12-03 11:04:46 -0800
commit5501a3d4b3d7657c183ed5446fe67fa011fbf70b (patch)
treee4e689529a5326feae55ad6c28ccc73728436119 /luni/src/main/java/javax
parent7bf1b45888a5e48919abc720942be648ea3c6b1a (diff)
downloadlibcore-5501a3d4b3d7657c183ed5446fe67fa011fbf70b.zip
libcore-5501a3d4b3d7657c183ed5446fe67fa011fbf70b.tar.gz
libcore-5501a3d4b3d7657c183ed5446fe67fa011fbf70b.tar.bz2
Comments/javadoc should be in en_US, not en_CA.
Change-Id: Ie9dde4971e0a6a8dadd14af43d631158fc488cd8
Diffstat (limited to 'luni/src/main/java/javax')
-rw-r--r--luni/src/main/java/javax/xml/transform/ErrorListener.java2
-rw-r--r--luni/src/main/java/javax/xml/transform/Transformer.java2
-rw-r--r--luni/src/main/java/javax/xml/validation/SchemaFactory.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/luni/src/main/java/javax/xml/transform/ErrorListener.java b/luni/src/main/java/javax/xml/transform/ErrorListener.java
index 0849132..321c5fe 100644
--- a/luni/src/main/java/javax/xml/transform/ErrorListener.java
+++ b/luni/src/main/java/javax/xml/transform/ErrorListener.java
@@ -50,7 +50,7 @@ public interface ErrorListener {
* Receive notification of a warning.
*
* <p>{@link javax.xml.transform.Transformer} can use this method to report
- * conditions that are not errors or fatal errors. The default behaviour
+ * conditions that are not errors or fatal errors. The default behavior
* is to take no action.</p>
*
* <p>After invoking this method, the Transformer must continue with
diff --git a/luni/src/main/java/javax/xml/transform/Transformer.java b/luni/src/main/java/javax/xml/transform/Transformer.java
index 09503cc..c94a9ef 100644
--- a/luni/src/main/java/javax/xml/transform/Transformer.java
+++ b/luni/src/main/java/javax/xml/transform/Transformer.java
@@ -240,7 +240,7 @@ public abstract class Transformer {
*
* <p>If any of the argument keys are not recognized and are not
* namespace qualified, the property will be ignored and not returned.
- * In other words the behaviour is not orthogonal with
+ * In other words the behavior is not orthogonal with
* {@link #setOutputProperties setOutputProperties}.</p>
*
* @return A copy of the set of output properties in effect for
diff --git a/luni/src/main/java/javax/xml/validation/SchemaFactory.java b/luni/src/main/java/javax/xml/validation/SchemaFactory.java
index 43db936..7d3a1f6 100644
--- a/luni/src/main/java/javax/xml/validation/SchemaFactory.java
+++ b/luni/src/main/java/javax/xml/validation/SchemaFactory.java
@@ -586,7 +586,7 @@ public abstract class SchemaFactory {
* in the same order as the sources. Section 4.2.3 of the XML Schema
* recommendation describes the options processors have in this
* regard. While a processor should be consistent in its treatment of
- * JAXP schema sources and XML Schema imports, the behaviour between
+ * JAXP schema sources and XML Schema imports, the behavior between
* JAXP-compliant parsers may vary; in particular, parsers may choose
* to ignore all but the first &lt;import> for a given namespace,
* regardless of information provided in schemaLocation.