Merge pull request #39 from aberoham/patch-1

Tiny typo
This commit is contained in:
Winni Neessen 2022-04-02 23:06:24 +02:00 committed by GitHub
commit 5c9934634d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@ func main() {
log.Printf("unable to check HIBP database: %v", err)
}
if pwnObj != nil && pwnObj.Count != 0 {
fmt.Print("^-- !!WARNING: The previously generated password was found in HIPB database. Do not use it!!\n")
fmt.Print("^-- !!WARNING: The previously generated password was found in HIBP database. Do not use it!!\n")
}
}
}