spelling: supported

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:47:53 -05:00
parent bcf5e6d9f9
commit a169a706b7
6 changed files with 7 additions and 7 deletions

View file

@ -195,7 +195,7 @@ This function affects subsequent calls to \ref rand() to produce a sequence of n
\param category The category of routines for which to set the locale
\param locale The ISO formatted locale to use, or "" for the system locale
\return the locale after the change is applied, NULL on failure (e.g. unsuported category)
\return the locale after the change is applied, NULL on failure (e.g. unsupported category)
\note Currently, we only support two categories: LC_ALL and LC_TIME
@}