diff --git a/src/main/java/org/redisson/api/RLiveObjectService.java b/src/main/java/org/redisson/api/RLiveObjectService.java index ed73e9c63..ab6abe605 100644 --- a/src/main/java/org/redisson/api/RLiveObjectService.java +++ b/src/main/java/org/redisson/api/RLiveObjectService.java @@ -197,7 +197,7 @@ public interface RLiveObjectService { /** * Pre register the class with the service, registering all the classes on * startup can speed up the instance creation. This is NOT mandatory - * since the class will also be registered lazyly when it first is used. + * since the class will also be registered lazily when it is first used. * * All classed registered with the service is stored in a class cache. *