aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-06-22 14:37:53 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-06-22 14:37:53 +0300
commiteec0f57d60a8c2f69b18566b2baecfb65a2f641d (patch)
tree2663a7ae5fea54fba9e4cb5f92de7cfd052c8d62 /src
parentWallet::createTransaction: added mixin_count param (diff)
downloadmonero-eec0f57d60a8c2f69b18566b2baecfb65a2f641d.tar.xz
Typo fixed
Diffstat (limited to 'src')
-rw-r--r--src/wallet/wallet2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h
index e7e4e7772..85bf33e3f 100644
--- a/src/wallet/wallet2.h
+++ b/src/wallet/wallet2.h
@@ -219,7 +219,7 @@ namespace tools
void store();
/*!
* \brief store_to - stores wallet to another file(s), deleting old ones
- * \param path - path to the wallet file (withkeys and address filenames will be generated based on this filename)
+ * \param path - path to the wallet file (keys and address filenames will be generated based on this filename)
* \param password - password to protect new wallet (TODO: probably better save the password in the wallet object?)
*/
void store_to(const std::string &path, const std::string &password);