Author: REHSACK
Date: Tue May 18 01:40:49 2010
New Revision: 13997
Modified:
dbi/trunk/lib/DBI/SQL/Nano.pm
Log:
Fix typo
Modified: dbi/trunk/lib/DBI/SQL/Nano.pm
==============================================================================
--- dbi/trunk/lib/DBI/SQL/Nano.pm (original)
+++ dbi/trunk/lib/DBI/SQL/Nano.pm Tue May 18 01:40:49 2010
@@ -124,7 +124,7 @@
$self->{where_clause} = $self->parse_where_clause($3) if $3;
};
}
- croak "Couldn't parsen" unless ( $self->{command} and $self->{table_name}
);
+ croak "Couldn't parse" unless ( $self->{command} and $self->{table_name} );
return $self;
}