From 4331579c5ff6d9dc974569497eca989f11a8597f Mon Sep 17 00:00:00 2001 From: Jason Leschnik Date: Mon, 24 Oct 2016 23:35:31 +1100 Subject: [PATCH] fix minor typos in rand-string.sh --- LDP/guide/docbook/abs-guide/rand-string.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LDP/guide/docbook/abs-guide/rand-string.sh b/LDP/guide/docbook/abs-guide/rand-string.sh index 4602abf3..78d30ac4 100644 --- a/LDP/guide/docbook/abs-guide/rand-string.sh +++ b/LDP/guide/docbook/abs-guide/rand-string.sh @@ -26,5 +26,5 @@ exit $? # bozo$ ./rand-string.sh my-password # 1bdd88c4 -# No, this is is not recommended +# No, this is not recommended #+ as a method of generating hack-proof passwords.