From 9eed6a72a7f046741f334a42e83059f689f73fa6 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Sat, 15 May 2021 15:27:24 -0400 Subject: [PATCH] Wow--I can't spell! --- src/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.js b/src/index.js index 103d0b7..97a15f3 100644 --- a/src/index.js +++ b/src/index.js @@ -175,7 +175,7 @@ Diceware.is_mobile = function() { /** * Do some preliminary work, such as clearing out results and scrolling. */ -Diceware.rollDiceHanlderPre = function() { +Diceware.rollDiceHandlerPre = function() { // // Clear out more space when mobile @@ -212,7 +212,7 @@ Diceware.rollDiceHanlderPre = function() { */ Diceware.rollDiceHandler = function(e) { - Diceware.rollDiceHanlderPre(); + Diceware.rollDiceHandlerPre(); // // Make our dice rolls @@ -250,7 +250,7 @@ Diceware.rollDiceHandler = function(e) { }); - Diceware.rollDiceHanlderPost(rolls, passphrase, num_passwords); + Diceware.rollDiceHandlerPost(rolls, passphrase, num_passwords); }); @@ -260,7 +260,7 @@ Diceware.rollDiceHandler = function(e) { /** * Our post work, of displaying the results of our dice rolls. */ -Diceware.rollDiceHanlderPost = function(rolls, passphrase, num_passwords) { +Diceware.rollDiceHandlerPost = function(rolls, passphrase, num_passwords) { // // Populate our results by cloning the hidden base rows which