haskell / aeson

A fast Haskell JSON library
Other
1.26k stars 321 forks source link

sed s/Unespected/Unexpected/ #1118

Open ketzacoatl opened 2 months ago

ketzacoatl commented 2 months ago

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.