From ea4cf38915722dd8b0faeed3dc75812bb030440b Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@martin-legene.dk> Date: Sat, 29 Feb 2020 22:53:52 -0300 Subject: [PATCH] Learning to spell "undefined" --- bin/unlock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/unlock.js b/bin/unlock.js index bcd3b89..513c325 100755 --- a/bin/unlock.js +++ b/bin/unlock.js @@ -64,7 +64,7 @@ function unlockall() { if ( err ) bye( 1, err ); - if ( x == undefed ) + if ( x == undefined ) bye( 1, "wallets not defined" ); var failures = 0; var promises = new Array(); -- GitLab