mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 07:40:24 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user