fix(typo): overriden -> overridden (RE: PR #14159) (#15360)

This commit is contained in:
Oliver Marriott
2021-09-18 03:07:00 +10:00
committed by GitHub
parent d8de4eb685
commit d9f93e5642
4 changed files with 4 additions and 4 deletions

View File

@@ -860,7 +860,7 @@ const char *const east_node_type_tab[] = {
///
/// @param[in] ch Character to convert.
///
/// @return Converted string, stored in a static buffer (overriden after each
/// @return Converted string, stored in a static buffer (overridden after each
/// call).
static const char *intchar2str(const int ch)
FUNC_ATTR_WARN_UNUSED_RESULT