diff options
| author | randymcmillan <[email protected]> | 2019-11-04 04:22:53 -0500 |
|---|---|---|
| committer | randymcmillan <[email protected]> | 2019-11-04 04:22:53 -0500 |
| commit | ac831339cbfa65b1f7576c53b5d9a94841db9868 (patch) | |
| tree | 4a8262bfa2dd49b03261f8bc6e0e85dc189cd8bb /src/script/descriptor.cpp | |
| parent | Merge #17285: doc: Bip70 removal follow-up (diff) | |
| download | discoin-ac831339cbfa65b1f7576c53b5d9a94841db9868.tar.xz discoin-ac831339cbfa65b1f7576c53b5d9a94841db9868.zip | |
doc: Fix some misspellings
Diffstat (limited to 'src/script/descriptor.cpp')
| -rw-r--r-- | src/script/descriptor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/descriptor.cpp b/src/script/descriptor.cpp index 4b27ef0ca..13cdd6c61 100644 --- a/src/script/descriptor.cpp +++ b/src/script/descriptor.cpp @@ -36,7 +36,7 @@ namespace { // xpubs use other characters too, but already have their own checksum // mechanism. // * Function names like "multi()" use other characters, but mistakes in -// these would generally result in an unparseable descriptor. +// these would generally result in an unparsable descriptor. // * A case error always counts as 1 symbol error. // * Any other 1 character substitution error counts as 1 or 2 symbol errors. // * Any 1 symbol error is always detected. |