From 5121adcf5e5cb4dc12a1f36193b4e5f7e8eabefe Mon Sep 17 00:00:00 2001
From: Douglas Muth
Date: Fri, 23 Jul 2021 20:16:05 -0400
Subject: [PATCH] Fixed some typos
---
CREDITS.md | 1 +
index.html | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/CREDITS.md b/CREDITS.md
index b2feed1..f43e447 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -1,4 +1,5 @@
+- Emily Davenport: Caught some of my typos. :-)
- GitHub user @atoponce: Noted that entropy was not at high as it should be, sent in a Pull Request, and provided valuable assistance
for some UI issues that arose.
- Arnold G. Reinhold: The original author of Diceware
diff --git a/index.html b/index.html
index 19b9b09..af3e615 100644
--- a/index.html
+++ b/index.html
@@ -170,12 +170,12 @@ passwords are reused between services, http://world.std.com/~reinhold/diceware.html
-wherein virtual dice are roled 5 times, and the 5 digit number used against a lookup table of words.
+wherein virtual dice are rolled 5 times, and the 5 digit number used against a lookup table of words.
4 dice rolls gives you 4 random words which are easy for a human being to remember, yet have
a high amount of entropy which makes them hard to crack.
@@ -237,7 +237,7 @@ If you want the absolute worst password security, go right ahead and use the sam
If you want the absolute best security, choose a different password of completely random charcters for each service.
-If you want a middle of the raod approach that offers medium security, Diceware is the way to go. I wrote it for people like my parents, who might struggle with a password manager or not want to enter random characters when trying to enter their Apple password into their Apple TV, or want a password to log into their Mac that they can actually remember and not have to write down.
+If you want a middle of the road approach that offers medium security, Diceware is the way to go. I wrote it for people like my parents, who might struggle with a password manager or not want to enter random characters when trying to enter their Apple password into their Apple TV, or want a password to log into their Mac that they can actually remember and not have to write down.
FAQ: Is the source available?