diff --git a/dbdimp.c b/dbdimp.c index 9667ae4..f7416ae 100644 --- a/dbdimp.c +++ b/dbdimp.c @@ -230,7 +230,7 @@ sqlite_db_commit(SV *dbh, imp_dbh_t *imp_dbh) char *errmsg; if (DBIc_is(imp_dbh, DBIcf_AutoCommit)) { - /* We don't need to warn, because the DBI layer will do it for u + /* We don't need to warn, because the DBI layer will do it for us */ return TRUE; }