bitcoinops / taproot-workshop

Taproot & Schnorr Python Library & Documentation.
MIT License
369 stars 111 forks source link

WIP: Spelling correction: leafs to leaves #149

Closed bitschmidty closed 4 years ago

bitschmidty commented 4 years ago

Fixes https://github.com/bitcoinops/taproot-workshop/issues/135

Commands run:

sed -i '' 's/leafs/leaves/g' $(git grep -l leafs) sed -i '' 's/Leafs/Leaves/g' $(git grep -l Leafs)

Note: I was unable to find a single sed command on macOS which was case insensitive, thus two commands

bitschmidty commented 4 years ago

Needs image files to be updated. Only svg source files were updated with initial commit.

@jachiang can you assist here?

bitschmidty commented 4 years ago

Closing in favor of https://github.com/bitcoinops/taproot-workshop/pull/151 which has image files included.