diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index e3e5596280..95609872e1 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -939,7 +939,7 @@ public: /* Returns asset id corresponding to asset label */ uint256 GetAssetIDFromLabel(const std::string& label) const; /** - * Returns asset id coresponding to the given asset expression, which is either an asset label or a hex value. + * Returns asset id corresponding to the given asset expression, which is either an asset label or a hex value. * @param asset A label string or a hex value corresponding to an asset * @return The asset ID for the given expression */