diff --git a/src/actors/runtime/AbstractActor.ts b/src/actors/runtime/AbstractActor.ts index 18100142..ce9f3cac 100755 --- a/src/actors/runtime/AbstractActor.ts +++ b/src/actors/runtime/AbstractActor.ts @@ -183,7 +183,7 @@ export default abstract class AbstractActor { /** * Saves all the state changes (ADD/UPDATE/REMOVE) that were made since the last call - * to the actor state provider associated with teh actor + * to the actor state provider associated with the actor */ async saveStateInternal(): Promise { await this.stateManager.saveState();