federico-busato / Modern-CPP-Programming

Modern C++ Programming Course (C++03/11/14/17/20/23/26)
https://federico-busato.github.io/Modern-CPP-Programming/
11.91k stars 798 forks source link

Spelling errors #63

Closed Wheest closed 8 months ago

Wheest commented 8 months ago

Thanks for the course material! Here I'm listing minor spelling errors I encounter as I review the material. These are just ones that jumped out to me, rather than a systematic review, e.g., using a tool such as codespell

Entities:

A C++ program is set of language-specif keywords

A C++ program is a set of language-specific keywords

Dynamic Memory Allocation and OS:

A program does not directly allocate memory itself but it asks for a chuck of memory to the OS.

Should be "chunk of memory from the OS".


I'll add additional comments to this issue if I find any more as I go through the course

federico-busato commented 8 months ago

thanks, @Wheest for the suggestion and to point out the typos. I was able to integrate even LanguageTool in my Tex editior. Interestingly, A C++ program is set of language-specif keywords is not caught by any tool 🤔

Wheest commented 7 months ago

Thanks for pushing the changes. I've noticed in Code Conventions, there is a typo in Control Flow, where the comments which should read "Correct" and written as "Corret".