Skip to content

Commit 4119173

Browse files
Ernesto Castellottilevlam
Ernesto Castellotti
authored andcommittedApr 30, 2019
Fix typo mistake
1 parent 63bf6e5 commit 4119173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tdtl/td/tl/tl_config.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ tl_type *tl_config_parser::read_type() {
327327
tl_config tl_config_parser::parse_config() {
328328
schema_version = get_schema_version(try_parse_int());
329329
if (schema_version < 2) {
330-
std::fprintf(stderr, "Unsupported tl-schema verdion %d\n", static_cast<int>(schema_version));
330+
std::fprintf(stderr, "Unsupported tl-schema version %d\n", static_cast<int>(schema_version));
331331
std::abort();
332332
}
333333

0 commit comments

Comments
 (0)
Please sign in to comment.