aboutsummaryrefslogtreecommitdiff
path: root/src/keystore.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-07-26 00:48:39 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-08-12 17:13:48 +0000
commit982f4fd301435e56bb959267a8f69ff793b10e26 (patch)
tree642f66a74820adf7844ef5d35698a5173dcf8639 /src/keystore.h
parent797d0b231bebcf2cfdb82f4d44b9a06ead2a6e3c (diff)
downloadbitcoin-982f4fd301435e56bb959267a8f69ff793b10e26.tar.xz
Bugfix: Fix a variety of misspellings
Diffstat (limited to 'src/keystore.h')
-rw-r--r--src/keystore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keystore.h b/src/keystore.h
index 87c84010d8..027c98a54d 100644
--- a/src/keystore.h
+++ b/src/keystore.h
@@ -23,7 +23,7 @@ public:
virtual bool HaveKey(const CBitcoinAddress &address) const =0;
// Retrieve a key corresponding to a given address from the store.
- // Return true if succesful.
+ // Return true if successful.
virtual bool GetKey(const CBitcoinAddress &address, CKey& keyOut) const =0;
// Retrieve only the public key corresponding to a given address.