diff options
| author | practicalswift <[email protected]> | 2017-01-18 16:15:37 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-01-27 21:22:35 +0100 |
| commit | cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0 (patch) | |
| tree | e07bb46576b327b22a3b2d0c8d51b7be29a13280 /src/script/script.cpp | |
| parent | Merge #9638: qa: Actually test assertions in pruning.py (diff) | |
| download | discoin-cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0.tar.xz discoin-cc16d99f1dc8305b1b255f1cc0f2b1516aa77ed0.zip | |
[trivial] Fix typos in comments
Diffstat (limited to 'src/script/script.cpp')
| -rw-r--r-- | src/script/script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/script.cpp b/src/script/script.cpp index 828ce1a05..9f4741b1c 100644 --- a/src/script/script.cpp +++ b/src/script/script.cpp @@ -129,7 +129,7 @@ const char* GetOpName(opcodetype opcode) case OP_CHECKMULTISIG : return "OP_CHECKMULTISIG"; case OP_CHECKMULTISIGVERIFY : return "OP_CHECKMULTISIGVERIFY"; - // expanson + // expansion case OP_NOP1 : return "OP_NOP1"; case OP_CHECKLOCKTIMEVERIFY : return "OP_CHECKLOCKTIMEVERIFY"; case OP_CHECKSEQUENCEVERIFY : return "OP_CHECKSEQUENCEVERIFY"; |