aboutsummaryrefslogtreecommitdiff
path: root/src/base58.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:00:02 +0000
commit9e98fe6f584d8bdd0ffe4d5dc5c0b908beb456db (patch)
tree7184c24972587017f1670bbdc34d328c782feae7 /src/base58.h
parentae8ccfd24bad9b0b08c431c7d446566b5fc3e661 (diff)
downloadbitcoin-9e98fe6f584d8bdd0ffe4d5dc5c0b908beb456db.tar.xz
Bugfix: Fix a variety of misspellings
(PARTIAL: Left out anything changing debug.log)
Diffstat (limited to 'src/base58.h')
-rw-r--r--src/base58.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base58.h b/src/base58.h
index 43f3ac2881..af1022dfc0 100644
--- a/src/base58.h
+++ b/src/base58.h
@@ -10,7 +10,7 @@
// could be used to create visually identical looking account numbers.
// - A string with non-alphanumeric characters is not as easily accepted as an account number.
// - E-mail usually won't line-break if there's no punctuation to break at.
-// - Doubleclicking selects the whole number as one word if it's all alphanumeric.
+// - Double-clicking selects the whole number as one word if it's all alphanumeric.
//
#ifndef BITCOIN_BASE58_H
#define BITCOIN_BASE58_H