diff options
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 |
