chore: fix some typos in comment (#2258)
Signed-off-by: eveneast <qcqs@foxmail.com>
eveneast committed
May 11, 2025 at 23:38 UTC
b4e16a05b1a7061044451aca942752a954dae33d
3 files changed
+3
-3
cw_tron/lib/tron_client.dart
+1
-1
@@ -428,7 +428,7 @@ class TronClient {
428
if (!request.isSuccess) {
429
log("Tron TRC20 error: ${request.error} \n ${request.respose}");
430
throw Exception(
431
- 'An error occured while creating the transfer request. Please try again.',
431
+ 'An error occurred while creating the transfer request. Please try again.',
432
);
433
}
434
cw_zano/lib/api/model/destination.dart
+1
-1
@@ -1,5 +1,5 @@
1
class Destination {
2
- final BigInt amount; // transfered as string
2
+ final BigInt amount; // transferred as string
3
final String address;
4
final String assetId;
5
lib/core/node_address_validator.dart
+1
-1
@@ -19,7 +19,7 @@ class NodePathValidator extends TextValidator {
19
}
20
21
// NodeAddressValidatorDecredBlankException allows decred to send a blank ip
22
-// address which effectively clears the current set persistant peer.
22
+// address which effectively clears the current set persistent peer.
23
class NodeAddressValidatorDecredBlankException extends TextValidator {
24
NodeAddressValidatorDecredBlankException()
25
: super(