From 2187936045958389ec4032d055dcd4b4ffd43e0a Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Thu, 23 Feb 2017 15:42:43 -0800 Subject: [PATCH] [squashme] Typo. --- src/wallet/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */