diff options
| author | levlam <levlam@telegram.org> | 2023-10-28 00:06:56 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2023-10-28 00:06:56 +0300 |
| commit | 9c9c1bb51c6342970ba2f33d55bfc2b816f1ff4f (patch) | |
| tree | 4ab7fc8325b595ddcd156d15156c430bdabc6eaa /tdutils/td | |
| parent | 7097b2bf5b17d7029e1f39c59bb4bfd5e3f0ad92 (diff) | |
Minor improvements.
Diffstat (limited to 'tdutils/td')
| -rw-r--r-- | tdutils/td/utils/FloodControlStrict.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdutils/td/utils/FloodControlStrict.h b/tdutils/td/utils/FloodControlStrict.h index e21688717..56ba71c41 100644 --- a/tdutils/td/utils/FloodControlStrict.h +++ b/tdutils/td/utils/FloodControlStrict.h @@ -12,7 +12,7 @@ namespace td { -// More strict implementaions of flood control than FloodControlFast. +// More strict implementations of flood control than FloodControlFast. // Should be just fine for small counters. class FloodControlStrict { public: |
