From e39d9fc7732902f03d57f6ab213612c8ede7118d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:22:42 -0500 Subject: [PATCH] spelling: current Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/common.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/common.dox b/docs/common.dox index 045082be..96d72998 100644 --- a/docs/common.dox +++ b/docs/common.dox @@ -191,7 +191,7 @@ This function affects subsequent calls to \ref rand() to produce a sequence of n `setlocale` can be used to: - set the app's locale to a specific locale: `setlocale(LC_ALL, "en_CA")` - set the app's locale to the system locale: `setlocale(LC_ALL, "")` - - get the app's curent locale: `setlocale(LC_ALL, NULL)` + - get the app's current locale: `setlocale(LC_ALL, NULL)` \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