Fix a tiny typo in a comment.

This commit is contained in:
Matthew McPherrin
2018-07-06 10:56:49 -07:00
parent 692209eac1
commit e61c2446dc
+1 -1
View File
@@ -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
}