From: Wolfram Schneider Date: Wed, 21 Apr 2010 13:33:10 +0000 (+0200) Subject: documentation typo X-Git-Tag: CPAN-v1.02~104 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=9259a5ce6aca71c248970cb7659996623d0c1163;hp=a5dd8537772021ab6cd0d5221462feed60015ddc documentation typo --- diff --git a/lib/ZOOM/IRSpy/Utils.pm b/lib/ZOOM/IRSpy/Utils.pm index 0fc656a..1dc25e1 100644 --- a/lib/ZOOM/IRSpy/Utils.pm +++ b/lib/ZOOM/IRSpy/Utils.pm @@ -105,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;