From 675c622e63dc9eceb27fc70e363bda67d0516bed Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Tue, 1 Oct 2013 10:08:08 -0700 Subject: I before E, except after C ...and some other cases Change-Id: I45e2770fd4c734b5aefba124d3c09eef47294b43 --- luni/src/main/java/org/apache/harmony/security/fortress/Engine.java | 4 ++-- 1 file 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. * -- cgit v1.1