Fix spelling errors throughout codebase

Corrected various spelling mistakes in comments, documentation, and
variable names across the project. Changes include:
- Documentation files (CONTRIBUTING.md, README.md, etc.)
- Source code comments in C/C++ files
- Function parameter names and descriptions

No functional changes were made.
This commit is contained in:
Ben Roeder
2025-06-01 18:03:40 +01:00
parent b899dbeec7
commit a62fe80c3f
159 changed files with 347 additions and 347 deletions

View File

@@ -357,7 +357,7 @@ bool is_arm_mac() {
/**
* @param what value returned by std::logic_error::what()
* @returns if given std::invalid_argument message belongs to a stoi/stof
* converison
* conversion
*/
bool invalid_arg_is_numeric(const char *what) {