spelling: successful

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2025-01-28 15:46:22 -05:00
parent 56b1584352
commit aee29ca34b
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
//! The string does not have to be zero-terminated, since the length is passed as an argument.
//! @param number_str_length The length of the number_str buffer.
//! @param multiplier The factor by which to multiply the parsed number.
//! @param[out] number_out If the parsing was succesfull, the result will be stored here.
//! @param[out] number_out If the parsing was successful, the result will be stored here.
//! @return True if the string was parsed succesfully.
//! @note The first comma or period found is treated as decimal separator. Any subsequent comma or
//! period that is found will cause parsing to be aborted and return false.