dbd/sqlite3/statement.c

changeset 33
6c64c45e7d8f
parent 32
03ed0ca09837
child 41
e490414a391d
--- a/dbd/sqlite3/statement.c	Tue Sep 01 13:15:02 2009 +0000
+++ b/dbd/sqlite3/statement.c	Fri Sep 18 12:40:53 2009 +0000
@@ -123,7 +123,7 @@
 
     /*
      * reset the handle before binding params
-     * this wil be a NOP if the handle has not
+     * this will be a NOP if the handle has not
      * been executed
      */
     if (sqlite3_reset(statement->stmt) != SQLITE_OK) {

mercurial