Fix typo in comment

This commit is contained in:
Fedor Skvorcov 2020-09-01 09:51:46 +03:00 committed by GitHub
parent 9c0c17b87a
commit aebdb88a83
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; return serviceObj;
} else { } 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 * cache map
*/ */
var ctx = new InitContext(); var ctx = new InitContext();