chore: fix some typos in comment (#2258)

Signed-off-by: eveneast <qcqs@foxmail.com>
This commit is contained in:
eveneast 2025-05-11 23:38:00 +08:00 committed by GitHub
parent b1fc9ba2e5
commit b4e16a05b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -428,7 +428,7 @@ class TronClient {
if (!request.isSuccess) {
log("Tron TRC20 error: ${request.error} \n ${request.respose}");
throw Exception(
'An error occured while creating the transfer request. Please try again.',
'An error occurred while creating the transfer request. Please try again.',
);
}