diff options
| author | levlam <levlam@telegram.org> | 2024-03-28 02:03:03 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2024-03-28 02:03:03 +0300 |
| commit | 11a35768b7f4d8f7c3dbf816cd409a7613c9ae51 (patch) | |
| tree | afaad81cf49383bc904c7586bff6f3462c3ce93f /tdtl | |
| parent | f195fcd6db9964a6daf3f32272409919705071d2 (diff) | |
Fix some plural spelling.
Diffstat (limited to 'tdtl')
| -rw-r--r-- | tdtl/td/tl/tl_writer.cpp | 2 |
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 { |
