Typos - bareminimum readme
greenonline opened this issue · 3 comments
greenonline commented
There are a couple of typos in the readme.md for 01-bareminimum:
- "clearity" should be "clarity"
- "preambule" is French, in English it is "Preamble"
Nice tutorial by the way. Thanks for the work. :-)
bztsrc commented
Thank you, typos have been fixed!
greenonline commented
Sorry, there is another (minor) typo, that I hadn't noticed before, on the same page. Under the Makefile section, the word "finaly" should be "finally" - there are two "l"s.
Sorry for not noticing it before - I was busy concentrating on getting the build tools working on part 00.
Likewise in the readme for 02, under Main
Finaly, our first C code.
should be
Finally, our first C code.
bztsrc commented
Thank you! Fixed!