Bug 11474: (follow-up) correct typos in POD
authorGalen Charlton <gmc@esilibrary.com>
Mon, 6 Jan 2014 05:46:32 +0000 (05:46 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 6 Jan 2014 05:46:32 +0000 (05:46 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Utils/DataTables.pm

index 37dff72..7f62910 100644 (file)
@@ -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