Commit 5deec51
committed
Merge #876: Fix typos in comments
cc0b834 Fix typos in comments (mlombardi)
Pull request description:
Fixes three typos found in the codebase:
- `constuct` → `construct` (src/descriptor/mod.rs:159)
- `satisified` → `satisfied` (src/miniscript/context.rs:786)
ACKs for top commit:
apoelstra:
ACK cc0b834; successfully ran local tests
Tree-SHA512: 47df803ad080a8151f7b975838b75911a1526864a5f942c39f354d354aa12f0cfd0fe130c201c4255edc61388d0e6d4392fd25f79771909abfd6a7c0b6b983982 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
786 | | - | |
| 786 | + | |
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
| |||
0 commit comments