Skip to content

Commit aebdb88

Browse files
Fix typo in comment
1 parent 9c0c17b commit aebdb88

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)