Dushistov / flapigen-rs

Tool for connecting programs or libraries written in Rust with other languages
BSD 3-Clause "New" or "Revised" License
775 stars 59 forks source link

Fixed a minor bug and some more typos. #434

Closed stephan57160 closed 2 years ago

stephan57160 commented 2 years ago

Fixed a minor bug, in cpp/cpp-include.rs and a few more typos.

It did not break anything for me, but in case it does on any pending code/work, run something like

sed -i 's|intermidiate|intermediate|g' *.rs

to fix it.

Dushistov commented 2 years ago

Thanks for PR.