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.',
);
}

View file

@ -1,5 +1,5 @@
class Destination {
final BigInt amount; // transfered as string
final BigInt amount; // transferred as string
final String address;
final String assetId;

View file

@ -19,7 +19,7 @@ class NodePathValidator extends TextValidator {
}
// NodeAddressValidatorDecredBlankException allows decred to send a blank ip
// address which effectively clears the current set persistant peer.
// address which effectively clears the current set persistent peer.
class NodeAddressValidatorDecredBlankException extends TextValidator {
NodeAddressValidatorDecredBlankException()
: super(