File: Weather/Com/Base.pm
--- Base.pm 2005-12-29 02:22:30 +0300
+++ Base.pm.b 2007-04-02 16:49:50 +0400
@@ -135,7 +135,7 @@
# set timeout if it is a possitive integer or 0
if ( $params->{timeout} ) {
- unless ( ( $params->{timout} =~ /^\d+$/ )
+ unless ( ( $params->{timeout} =~ /^\d+$/ )
&& ( $params->{timeout} > -1 ) )
{
die ref($self)
Typo bug.