From 11a89e218d430407bb53c4da68ea62a82fa291d4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 5 Dec 2025 11:32:08 +0100 Subject: [PATCH] Typo --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 73a38a7c48a..91a17daed7f 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -1228,7 +1228,7 @@ function GETPOSTINT($paramname, $method = 0) /** * Return the value of a $_GET or $_POST supervariable, converted into float. - * Warning: This function assumes by default that the input is a number enterd by end user in user format in local language (with possible thousands separator and decimal separator). + * Warning: This function assumes by default that the input is a number entered by end user in user format in local language (with possible thousands separator and decimal separator). * If it is not the case, use the parameter $option = 1 instead. * * @param string $paramname Name of the $_GET or $_POST parameter