From e894536b2f46caad93f997448d2daff9431b19dd Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 27 May 2025 18:22:04 +0200 Subject: Fix typos (#3330) --- tdutils/td/utils/StealingQueue.h | 2 +- tdutils/td/utils/emoji.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tdutils') 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 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 -- cgit v1.2.3