strfmon: Fix typo s/poistion/position/

MFC after:	1 week
This commit is contained in:
Jose Luis Duran
2025-11-23 16:58:55 +00:00
parent 2b4dbad2db
commit 91e7f19ec4
+1 -1
View File
@@ -106,7 +106,7 @@ vstrfmon_l(char *__restrict s, size_t maxsize, locale_t loc,
const char *__restrict format, va_list ap)
{
char *dst; /* output destination pointer */
const char *fmt; /* current format poistion pointer */
const char *fmt; /* current format position pointer */
struct lconv *lc; /* pointer to lconv structure */
char *asciivalue; /* formatted double pointer */