diff --git a/tests/flows/erc20_source_multihop.go b/tests/flows/erc20_source_multihop.go index 0de6d2bf..6144fd91 100644 --- a/tests/flows/erc20_source_multihop.go +++ b/tests/flows/erc20_source_multihop.go @@ -19,7 +19,7 @@ import ( * Deploys ERC20Destination to Subnet A and Subnet B * Bridges C-Chain example ERC20 tokens to Subnet A * Bridge tokens from Subnet A to Subnet B through multihop - * Brige back tokens from Subnet B to Subnet A through multihop + * Bridge back tokens from Subnet B to Subnet A through multihop */ func ERC20SourceMultihop(network interfaces.Network) { cChainInfo := network.GetPrimaryNetworkInfo()