Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mullr committed Mar 12, 2012
1 parent 67e2614 commit a77c188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/natural/wordnet/wordnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = function(dbInfo) {
if( dbInfo instanceof sqlite3.Database) {
db = dbInfo;
} else {
db = new sqlite3.Database(dbFile, sqlite3.OPEN_READONLY);
db = new sqlite3.Database(dbInfo, sqlite3.OPEN_READONLY);
}

/**
Expand Down

0 comments on commit a77c188

Please sign in to comment.