Skip to content

Commit

Permalink
Fix Scripps typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atoponce committed Jul 29, 2021
1 parent abde4d0 commit 214e542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions nodepassgen
Original file line number Diff line number Diff line change
Expand Up @@ -1243,8 +1243,8 @@ function processEntropy(arr) {

function collectInput(entropyFile) {
const readline = require('readline')
const alternateScipps = require('./lists/alternateScipps')
const wordlist = alternateScipps.wordlist
const alternateScripps = require('./lists/alternateScripps')
const wordlist = alternateScripps.wordlist

let input = ''
let words = ''
Expand Down

0 comments on commit 214e542

Please sign in to comment.