diff options
| author | Luke Dashjr <[email protected]> | 2012-08-12 17:02:38 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-08-12 17:02:38 +0000 |
| commit | 797d0b231bebcf2cfdb82f4d44b9a06ead2a6e3c (patch) | |
| tree | e020813e04c0d63487147f9b586b34367bed9252 /src/base58.h | |
| parent | Merge branch 'bugfix_CNBerr' into 0.5.x (diff) | |
| parent | Bugfix: Fix a variety of misspellings (diff) | |
| download | discoin-797d0b231bebcf2cfdb82f4d44b9a06ead2a6e3c.tar.xz discoin-797d0b231bebcf2cfdb82f4d44b9a06ead2a6e3c.zip | |
Merge branch '0.4.x' into 0.5.x
Conflicts:
src/net.cpp
Diffstat (limited to 'src/base58.h')
| -rw-r--r-- | src/base58.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base58.h b/src/base58.h index 9bd078caa..979466e6d 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 |