chore: fix some typos (#7585)

Signed-off-by: redistay <wujunjing@outlook.com>
This commit is contained in:
redistay
2024-04-02 21:41:54 +08:00
committed by GitHub
parent db6bf547a9
commit 1cfc9b6139
4 changed files with 4 additions and 4 deletions

View File

@@ -854,7 +854,7 @@ class LegacyAb extends BaseAb {
final resp = await http.get(Uri.parse(api), headers: authHeaders);
statusCode = resp.statusCode;
if (resp.body.toLowerCase() == "null") {
// normal reply, emtpy ab return null
// normal reply, empty ab return null
tags.clear();
tagColors.clear();
peers.clear();