diff options
author | Dimitris Tsapakidis <dimitris@tsapakidis.com> | 2022-10-08 21:27:48 +0300 |
---|---|---|
committer | Dimitris Tsapakidis <dtsapakidis@dtsapakidis-in-mbp.fritz.box> | 2022-10-09 17:19:59 +0300 |
commit | adb1714426365fb72f73097610ba217ac94ea560 (patch) | |
tree | 2fbf5fdbe4102bebb157754a23247d0c988e481c /src/wallet/wallet.h | |
parent | 73b61717a977fc9d23f1bae3f8620641a9dee1f3 (diff) |
Fix comment typos in scriptpubkeyman.cpp, wallet.cpp, wallet.h
Fix comment typos:
sigature -> signature
ponter -> pointer
it's key -> its key
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 6a1b76505c..953d3e5bde 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -195,7 +195,7 @@ public: util::Result<CTxDestination> GetReservedDestination(bool internal); //! Return reserved address void ReturnDestination(); - //! Keep the address. Do not return it's key to the keypool when this object goes out of scope + //! Keep the address. Do not return its key to the keypool when this object goes out of scope void KeepDestination(); }; |