Skip to content

Replace *dependan*ce with *dependen*ce#19

Open
Benjamin-Loison wants to merge 1 commit intoHearthSim:masterfrom
Benjamin-Loison:master
Open

Replace *dependan*ce with *dependen*ce#19
Benjamin-Loison wants to merge 1 commit intoHearthSim:masterfrom
Benjamin-Loison:master

Conversation

@Benjamin-Loison
Copy link
Copy Markdown

Verified exhaustiveness thanks to:

find -iname '*dependan*'
sed -i 's/dependan/dependen/g;s/Dependan/Dependen/g;s/DEPENDAN/DEPENDEN/g' $(find . -type f)
grep -ri 'dependan'

Verified exhaustiveness thanks to:

```bash
find -iname '*dependan*'
sed -i 's/dependan/dependen/g;s/Dependan/Dependen/g;s/DEPENDAN/DEPENDEN/g' $(find . -type f)
grep -ri 'dependan'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant