Skip to content

Conversation

ketzacoatl
Copy link

I ran the following across the repo on the master branch:

for F in $(git grep Unespected | cut -d ':' -f 1)
do
sed -i 's/Unespected/Unexpected/' $F
done

This is for #1116.

for F in $(git grep Unespected | cut -d ':' -f 1)
do
sed -i 's/Unespected/Unexpected/' $F
done
@phadej
Copy link
Collaborator

phadej commented Jan 4, 2025

Duplicate of #1081

@phadej phadej marked this as a duplicate of #1081 Jan 4, 2025
@phadej phadej closed this Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants