diff options
| author | practicalswift <[email protected]> | 2017-04-07 18:29:54 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-04-07 18:29:54 +0200 |
| commit | bcca57eff0a693a76a5b5569451dcfd0e62cc2ff (patch) | |
| tree | ad97ee7ab6b8fb2d70ede9e7c96c48553cd01979 /src | |
| parent | Merge #10159: [tests] color test results and sort alphabetically (diff) | |
| download | discoin-bcca57eff0a693a76a5b5569451dcfd0e62cc2ff.tar.xz discoin-bcca57eff0a693a76a5b5569451dcfd0e62cc2ff.zip | |
[trivial] Fix typo ("improssible" → "impossible")
Diffstat (limited to 'src')
| -rw-r--r-- | src/wallet/feebumper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/feebumper.h b/src/wallet/feebumper.h index 1a3049989..681f55e4e 100644 --- a/src/wallet/feebumper.h +++ b/src/wallet/feebumper.h @@ -32,7 +32,7 @@ public: /* signs the new transaction, * returns false if the tx couldn't be found or if it was - * improssible to create the signature(s) + * impossible to create the signature(s) */ bool signTransaction(CWallet *pWallet); |