diff options
author | randymcmillan <randy.lee.mcmillan@gmail.com> | 2019-11-04 04:22:53 -0500 |
---|---|---|
committer | randymcmillan <randy.lee.mcmillan@gmail.com> | 2019-11-04 04:22:53 -0500 |
commit | ac831339cbfa65b1f7576c53b5d9a94841db9868 (patch) | |
tree | 4a8262bfa2dd49b03261f8bc6e0e85dc189cd8bb /src/script/descriptor.cpp | |
parent | 463eab5e1418a592036e7bf9bf46f66fe6462435 (diff) |
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 4b27ef0ca9..13cdd6c61a 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. |