mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
Fix a tiny typo in a comment.
This commit is contained in:
+1
-1
@@ -211,7 +211,7 @@ func getPreKeyedHash(password []byte) hash.Hash {
|
||||
buf[i*2+1] = password[i]
|
||||
}
|
||||
md.Write(buf)
|
||||
// Yes, "Mighty Aprhodite" is a constant used by this method.
|
||||
// Yes, "Mighty Aphrodite" is a constant used by this method.
|
||||
md.Write([]byte("Mighty Aphrodite"))
|
||||
return md
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user