Skip to content

Commit f7b6572

Browse files
committed
fix typo
1 parent 37de20e commit f7b6572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Cursor.prototype._getRows = function(rows, cb) {
103103
}
104104

105105
Cursor.prototype.end = function(cb) {
106-
if(this.statue != 'initialized') {
106+
if(this.state != 'initialized') {
107107
this.connection.sync()
108108
}
109109
this.connection.end()

0 commit comments

Comments
 (0)