Skip to content

Commit

Permalink
fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
walf443 committed Jul 18, 2010
1 parent 4e1a236 commit 87cacd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Qudo/Driver/DBI.pm
Expand Up @@ -601,7 +601,7 @@ sub func_from_name {
}
if ( ! $result ) {
$self->_execute(q{
INSERT INTO func (name) VALUSE (?)
INSERT INTO func (name) VALUES (?)
}, [ $funcname ]);
}
}
Expand Down

0 comments on commit 87cacd6

Please sign in to comment.