Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sed s/Unespected/Unexpected/ #1118

Closed

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