Fix spelling

This commit is contained in:
Vertexwahn
2023-04-25 20:14:27 +02:00
committed by Martin Hořeňovský
parent 10596b2278
commit 46539b6d9b
22 changed files with 71 additions and 71 deletions

View File

@@ -28,7 +28,7 @@ depending on how often the cleanup needs to happen.
## Why cannot I derive from the built-in reporters?
They are not made to be overridden, in that we do not attempt to maintain
a consistent internal state if a member function is overriden, and by
a consistent internal state if a member function is overridden, and by
forbidding users from using them as a base class, we can refactor them
as needed later.