diff --git a/jceks/jceks.go b/jceks/jceks.go index dd5f522..f289a83 100644 --- a/jceks/jceks.go +++ b/jceks/jceks.go @@ -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 }