Skip to content

Commit

Permalink
fix: Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tzebrowski committed Oct 23, 2024
1 parent 11e4446 commit c51651e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ final class DefaultCommandsBuffer implements CommandsBuffer {

@Override
public CommandsBuffer clear() {
log.info("Invaldiating {} commands in the queue.", deque.size());
log.info("Invalidating {} commands in the queue.", deque.size());
deque.clear();
return this;
}
Expand Down

0 comments on commit c51651e

Please sign in to comment.