Skip to content

Commit ed8f8d6

Browse files
hardingbitschmidty
authored andcommitted
Tests: add common spelling error: replacability
1 parent 9d878df commit ed8f8d6

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ test-before-build: $(compatibility_validation) $(topic_validation)
8282

8383
## Check for mistakes typical spell checkers can't catch
8484
! git --no-pager grep -i '[d]iscrete log contract'
85+
! git --no-pager grep -i '[r]eplaca' # e.g., replaceability
8586

8687
test-after-build: build
8788
## Check for broken Markdown reference-style links that are displayed in text unchanged, e.g. [broken][broken link]

_includes/templates/compatibility/rbf.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ block chain space used, this is the most efficient form of fee bumping.
112112
{:id="send-signals_bip125"}
113113
{% case rbf.send.signals_bip125 %}
114114
{% when "true" %}{:.feature-yes}
115-
- **Signals BIP125 replacability when sending transactions**<br>
115+
- **Signals BIP125 replaceability when sending transactions**<br>
116116
Allows sending of BIP125 opt-in-RBF transactions in the interface.
117117
{% when "false" %}{:.feature-no}
118-
- **Does not signal BIP125 replacability when sending transactions**<br>
118+
- **Does not signal BIP125 repleacability when sending transactions**<br>
119119
Does not allow sending of BIP125 opt-in-RBF transactions in the interface.
120120
{% when "na" %}{:.feature-neutral}
121121
- **Does not send transactions**<br>
@@ -206,4 +206,4 @@ block chain space used, this is the most efficient form of fee bumping.
206206

207207
{% else %}
208208
*We have not yet tested {{tool.name}} for RBF capabilities.*
209-
{% endif %}
209+
{% endif %}

_topics/en/replace-by-fee.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ implemented in [Bitcoin Core 0.12.0][core12 rbf] and subsequent
171171
versions; this allows the creator of a transaction to signal that
172172
they're willing to allow it to be replaced by a higher-paying version.
173173
An alternative form of RBF is **full-RBF** that allows any transaction to
174-
be replaced whether or not it signals BIP125 replacability.
174+
be replaced whether or not it signals BIP125 replaceability.
175175

176176
BIP125 requires a replacement transaction to pay both higher feerate
177177
(BTC/vbyte) and a higher absolute fee (total BTC). This can make

0 commit comments

Comments
 (0)