1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

chore: fix typos (#980)

Signed-off-by: snoppy <michaleli@foxmail.com>
This commit is contained in:
Snoppy 2024-06-27 16:16:12 +08:00 committed by GitHub
parent c56e65739b
commit 2634e63e4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -105,7 +105,7 @@ td::Result<td::Ref<vm::Cell>> DnsInterface::EntryData::as_cell() const {
return error;
}
if (res.is_null()) {
return td::Status::Error("Entry data is emtpy");
return td::Status::Error("Entry data is empty");
}
return res;
//dns_text#1eda _:Text = DNSRecord;