Fix spelling mistakes and CI spellcheck job

This commit is contained in:
Marenz
2022-08-18 14:38:19 +02:00
parent 86ab18c9af
commit 1b5332c2b9
12 changed files with 36 additions and 29 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ inline std::string formatNumberReadable(
}
}
/// Safely converts an usigned integer as string into an unsigned int type.
/// Safely converts an unsigned integer as string into an unsigned int type.
///
/// @return the converted number or nullopt in case of an failure (including if it would not fit).
inline std::optional<unsigned> toUnsignedInt(std::string const& _value)