From aebdb88a83498eaeb82f6ae7c41107c996f72311 Mon Sep 17 00:00:00 2001 From: Fedor Skvorcov <43882212+fedorskvorcov@users.noreply.github.com> Date: Tue, 1 Sep 2020 09:51:46 +0300 Subject: [PATCH] Fix typo in comment --- .../main/java/com/iluwatar/servicelocator/ServiceLocator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-locator/src/main/java/com/iluwatar/servicelocator/ServiceLocator.java b/service-locator/src/main/java/com/iluwatar/servicelocator/ServiceLocator.java index 4e787d34c..fad1dafe7 100644 --- a/service-locator/src/main/java/com/iluwatar/servicelocator/ServiceLocator.java +++ b/service-locator/src/main/java/com/iluwatar/servicelocator/ServiceLocator.java @@ -50,7 +50,7 @@ public final class ServiceLocator { return serviceObj; } else { /* - * If we are unable to retrive anything from cache, then lookup the service and add it in the + * If we are unable to retrieve anything from cache, then lookup the service and add it in the * cache map */ var ctx = new InitContext();