From 81a302360aea10bca1598b32b711c48216e486ac Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 6 Jan 2014 05:46:32 +0000 Subject: [PATCH] Bug 11474: (follow-up) correct typos in POD Signed-off-by: Galen Charlton --- C4/Utils/DataTables.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Utils/DataTables.pm b/C4/Utils/DataTables.pm index 37dff72c29..7f62910e8a 100644 --- a/C4/Utils/DataTables.pm +++ b/C4/Utils/DataTables.pm @@ -264,9 +264,9 @@ sub dt_build_query_dates { This function takes a value and a list of parameters. - It calls dt_build_query_dates or dt_build_query_simple fonction of $type. + It calls dt_build_query_dates or dt_build_query_simple function of $type. - $type can contain 'simple' or 'rage_dates'. + $type can contain 'simple' or 'range_dates'. if $type is not matched it returns undef =cut -- 2.39.2