diff options
| author | Ernesto Castellotti <erny.castell@gmail.com> | 2018-11-25 00:02:14 +0100 |
|---|---|---|
| committer | Aliaksei Levin <22669599+levlam@users.noreply.github.com> | 2019-04-30 21:40:53 +0300 |
| commit | 41191732e6171c95863b12a2c1de1a0465beb4b7 (patch) | |
| tree | 96a011aeea6f6f74f865f43c785600a6b557f13d | |
| parent | 63bf6e51350b07aff419055625cfe8e822d5e132 (diff) | |
Fix typo mistake
| -rw-r--r-- | tdtl/td/tl/tl_config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdtl/td/tl/tl_config.cpp b/tdtl/td/tl/tl_config.cpp index 3f0df4904..fe4bff9c7 100644 --- a/tdtl/td/tl/tl_config.cpp +++ b/tdtl/td/tl/tl_config.cpp @@ -327,7 +327,7 @@ tl_type *tl_config_parser::read_type() { tl_config tl_config_parser::parse_config() { schema_version = get_schema_version(try_parse_int()); if (schema_version < 2) { - std::fprintf(stderr, "Unsupported tl-schema verdion %d\n", static_cast<int>(schema_version)); + std::fprintf(stderr, "Unsupported tl-schema version %d\n", static_cast<int>(schema_version)); std::abort(); } |
