diff --git a/cw_tron/lib/tron_client.dart b/cw_tron/lib/tron_client.dart index 8eca02af6..ee93fbd53 100644 --- a/cw_tron/lib/tron_client.dart +++ b/cw_tron/lib/tron_client.dart @@ -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.', ); } diff --git a/cw_zano/lib/api/model/destination.dart b/cw_zano/lib/api/model/destination.dart index 3db4f6652..13f4673ab 100644 --- a/cw_zano/lib/api/model/destination.dart +++ b/cw_zano/lib/api/model/destination.dart @@ -1,5 +1,5 @@ class Destination { - final BigInt amount; // transfered as string + final BigInt amount; // transferred as string final String address; final String assetId; diff --git a/lib/core/node_address_validator.dart b/lib/core/node_address_validator.dart index 68478d501..ce8709a3c 100644 --- a/lib/core/node_address_validator.dart +++ b/lib/core/node_address_validator.dart @@ -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(