Fixed typos
Also added -nocolour due to HXCPP_NO_COLOUR
If there are any typo's you would want me to revert, please do mention below or in a code review, or push a commit to revert that typo
Edit: i noticed that HXCPP_NO_WASM_EXEPTIONS has a typo and _hx_reslove_virtual_array also
Wow... It's scary how many typos there are. Thanks a lot for looking into this!
Do we want to fix typos in the sljit_src folder? That's just vendored sljit source like the other libs in the project/thirdparty folder.
Most of the docs changes should be made to the Haxe manual here. I think most of the typos were already fixed in https://github.com/HaxeFoundation/HaxeManual/pull/426 but there are some that I missed (e.g. setOnFrameCallack).
Do we want to fix typos in the sljit_src folder? That's just vendored sljit source like the other libs in the project/thirdparty folder.
i mean its not included in the .gitattributes as a linguist-vendored so i didnt think of that