Merge pull request #1513 from fedorskvorcov/fix-typo

Fix typo in comment
This commit is contained in:
Ilkka Seppälä 2020-09-01 16:38:44 +03:00 committed by GitHub
commit 6628bccecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();