summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2013-10-01 10:08:08 -0700
committerKenny Root <kroot@google.com>2013-10-01 10:09:05 -0700
commit675c622e63dc9eceb27fc70e363bda67d0516bed (patch)
tree76e44d651daaaaab5c7122bd1cb1a8d81518a280
parent8f45400bf993775bd7f171ba1c764616c9e2909c (diff)
downloadlibcore-675c622e63dc9eceb27fc70e363bda67d0516bed.zip
libcore-675c622e63dc9eceb27fc70e363bda67d0516bed.tar.gz
libcore-675c622e63dc9eceb27fc70e363bda67d0516bed.tar.bz2
I before E, except after C
...and some other cases Change-Id: I45e2770fd4c734b5aefba124d3c09eef47294b43
-rw-r--r--luni/src/main/java/org/apache/harmony/security/fortress/Engine.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/luni/src/main/java/org/apache/harmony/security/fortress/Engine.java b/luni/src/main/java/org/apache/harmony/security/fortress/Engine.java
index f1dd43c..350d9c6 100644
--- a/luni/src/main/java/org/apache/harmony/security/fortress/Engine.java
+++ b/luni/src/main/java/org/apache/harmony/security/fortress/Engine.java
@@ -31,8 +31,8 @@ import java.util.Locale;
* This class implements common functionality for Provider supplied
* classes. The usage pattern is to allocate static Engine instance
* per service type and synchronize on that instance during calls to
- * {@code getInstance} and retreival of the selected {@code Provider}
- * and Service Provider Interface (SPI) results. Retreiving the
+ * {@code getInstance} and retrieval of the selected {@code Provider}
+ * and Service Provider Interface (SPI) results. Retrieving the
* results with {@code getProvider} and {@code getSpi} sets the
* internal {@code Engine} values to null to prevent memory leaks.
*