diff options
| author | omahs <73983677+omahs@users.noreply.github.com> | 2025-05-27 18:22:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-27 19:22:04 +0300 |
| commit | e894536b2f46caad93f997448d2daff9431b19dd (patch) | |
| tree | 1d0caae69c1196d67cce071d730f6d09a52d513e /tdutils | |
| parent | 95b3b876066dce353d02ff2f0d9f390b01588b1d (diff) | |
Fix typos (#3330)
Diffstat (limited to 'tdutils')
| -rw-r--r-- | tdutils/td/utils/StealingQueue.h | 2 | ||||
| -rw-r--r-- | tdutils/td/utils/emoji.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdutils/td/utils/StealingQueue.h b/tdutils/td/utils/StealingQueue.h index 092dbf801..c3ab53ba3 100644 --- a/tdutils/td/utils/StealingQueue.h +++ b/tdutils/td/utils/StealingQueue.h @@ -21,7 +21,7 @@ class StealingQueue { // tries to put a value // returns if succeeded - // only owner is allowed to to do this + // only owner is allowed to do this template <class F> void local_push(T value, F &&overflow_f) { while (true) { diff --git a/tdutils/td/utils/emoji.h b/tdutils/td/utils/emoji.h index a9877d581..cb9af3fcf 100644 --- a/tdutils/td/utils/emoji.h +++ b/tdutils/td/utils/emoji.h @@ -14,7 +14,7 @@ namespace td { // checks whether the string is an emoji; variation selectors are ignored bool is_emoji(Slice str); -// checks whether emoji ends on a Fitzpatrick modifier and returns it's number or 0 +// checks whether emoji ends on a Fitzpatrick modifier and returns its number or 0 int get_fitzpatrick_modifier(Slice emoji); // removes all Fitzpatrick modifier from the end of the string |
