aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdtl
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2024-03-28 02:03:03 +0300
committerlevlam <levlam@telegram.org>2024-03-28 02:03:03 +0300
commit11a35768b7f4d8f7c3dbf816cd409a7613c9ae51 (patch)
treeafaad81cf49383bc904c7586bff6f3462c3ce93f /tdtl
parentf195fcd6db9964a6daf3f32272409919705071d2 (diff)
Fix some plural spelling.
Diffstat (limited to 'tdtl')
-rw-r--r--tdtl/td/tl/tl_writer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdtl/td/tl/tl_writer.cpp b/tdtl/td/tl/tl_writer.cpp
index 11b84b42b..c423d7c45 100644
--- a/tdtl/td/tl/tl_writer.cpp
+++ b/tdtl/td/tl/tl_writer.cpp
@@ -70,7 +70,7 @@ bool TL_writer::is_combinator_supported(const tl_combinator *constructor) const
if (a.flags & FLAG_EXCL) {
assert(t->var_num >= 0);
if (is_function_result[t->var_num]) {
- return false; // lazy to check that result of two function calls is the same
+ return false; // lazy to check that results of two function calls are the same
}
is_function_result[t->var_num] = true;
} else {