bbusschots / hsxkpasswd

A Perl module and terminal command for generating secure memorable passwords inspired by the fabulous XKCD web comic and Steve Gibson's Password Hay Stacks. This is the library that powers www.xkpasswd.net
http://www.bartb.ie/xkpasswd
BSD 2-Clause "Simplified" License
277 stars 48 forks source link

Fix minor typo in _increment_random_cache() error message #45

Open paultcochrane opened 5 days ago

paultcochrane commented 5 days ago

While looking at some log output on a production system at $work, we had this error case be triggered and I happened to notice a typo: the word "and" should have been just "an". This is fixed in this commit.

This PR is submitted in the hope that it is useful. If you want me to change anything, please just let me know and I'll be more than happy to update and resubmit as necessary.