From 313273f4621988b7f7d3409cab7e104a9ecea08d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 27 Oct 2020 02:19:43 +0100 Subject: [PATCH] Doc --- htdocs/core/lib/functions.lib.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index e25a7374f6d..1f54af58ff0 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -8994,8 +8994,7 @@ function addSummaryTableLine($tableColumnCount, $num, $nbofloop = 0, $total = 0, } /** - * Return a file on output using a lo memory. - * It can return very large files with no need of memory. + * Return a file on output using a low memory. It can return very large files with no need of memory. * WARNING: This close output buffers. * * @param string $fullpath_original_file_osencoded Full path of file to return.