Commit b748d8f
committed
Merge rust-bitcoin/rust-miniscript#812: Fix typos: correct spelling of "interpreter", "translation" and "resource"
be0c83282fbf6638876b7d4c52833c1fea2d299a Update lib.rs (leopardracer)
208c5bb8eb450af39f0cc9072bb72df8d8371d24 Update context.rs (leopardracer)
56cd92c055c47a7cf2ab764d0a0b09ef0c4cba75 Update inner.rs (leopardracer)
Pull request description:
This PR fixes several typos in comments and documentation:
- "iterpreter" -> "interpreter" in src/interpreter/inner.rs
- "transalation" -> "translation" in src/lib.rs
- "reource" -> "resource" in src/miniscript/context.rs
These changes only affect comments and do not modify any functional code.
ACKs for top commit:
apoelstra:
ACK be0c83282fbf6638876b7d4c52833c1fea2d299a; successfully ran local tests
Tree-SHA512: df59495e761b841796453cadcc0e6c69ee5d9c117ff2eddac8898253bb79418de32c23de436ad4bf1dfe6669a8d5bb75e52561269e5ed3d62cf5826df0e821023 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
| 334 | + | |
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| |||
0 commit comments