summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2013-10-01 17:25:02 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-10-01 17:25:02 +0000
commit4d11667cd0e5b737c576128986fca03a226d08ee (patch)
tree76e44d651daaaaab5c7122bd1cb1a8d81518a280
parent8f45400bf993775bd7f171ba1c764616c9e2909c (diff)
parent675c622e63dc9eceb27fc70e363bda67d0516bed (diff)
downloadlibcore-4d11667cd0e5b737c576128986fca03a226d08ee.zip
libcore-4d11667cd0e5b737c576128986fca03a226d08ee.tar.gz
libcore-4d11667cd0e5b737c576128986fca03a226d08ee.tar.bz2
Merge "I before E, except after C"
-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.
*