Skip to content

Commit 6628bcc

Browse files
authored
Merge pull request iluwatar#1513 from fedorskvorcov/fix-typo
Fix typo in comment
2 parents 9c0c17b + aebdb88 commit 6628bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service-locator/src/main/java/com/iluwatar/servicelocator/ServiceLocator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static Service getService(String serviceJndiName) {
5050
return serviceObj;
5151
} else {
5252
/*
53-
* If we are unable to retrive anything from cache, then lookup the service and add it in the
53+
* If we are unable to retrieve anything from cache, then lookup the service and add it in the
5454
* cache map
5555
*/
5656
var ctx = new InitContext();

0 commit comments

Comments
 (0)