documentation typo
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Utils.pm
index 5c01a7b..1dc25e1 100644 (file)
@@ -9,6 +9,7 @@ use Scalar::Util;
 
 use Exporter 'import';
 our @EXPORT_OK = qw(utf8param
+                   trimField
                    isodate
                    xml_encode 
                    cql_quote
@@ -104,7 +105,7 @@ sub isodate {
                   $year+1900, $mon+1, $mday, $hour, $min, $sec);
 }
 
-# strips whitespaces and start and ends of a field
+# strips whitespaces at start and ends of a field
 sub trimField {
     my $field  = shift;