Commit 62d11df
committed
Merge #813: Fix typos: occurrence, occurred, restricted
e4bdf22 Update context.rs (leopardracer)
70876ab Update key.rs (leopardracer)
a380044 Update error.rs (leopardracer)
Pull request description:
This PR fixes several typos across the codebase:
- src/descriptor/key.rs: Fix "occurence" -> "occurrence"
- src/expression/error.rs: Fix "occured" -> "occurred"
- src/miniscript/context.rs: Fix "restrcted" -> "restricted" (in two places)
These are simple spelling corrections that don't affect functionality.
ACKs for top commit:
apoelstra:
ACK e4bdf22; successfully ran local tests; you are correct about "occurrence"; I had to look it up :)
Tree-SHA512: 0868de782d6bd9b2ca204f56aef425d1060f262203d416e85ab05e2705b8d24a917057fd3f05edb1746014cf0c339eed423b242a8554762489a0159eff7e35493 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1025 | 1025 | | |
1026 | 1026 | | |
1027 | 1027 | | |
1028 | | - | |
| 1028 | + | |
1029 | 1029 | | |
1030 | 1030 | | |
1031 | 1031 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
898 | | - | |
| 898 | + | |
899 | 899 | | |
900 | 900 | | |
901 | 901 | | |
| |||
0 commit comments