jdk/src/share/classes/sun/security/provider/DSA.java
changeset 21278 ef8a3a2a72f2
parent 13672 604588823b5a
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/sun/security/provider/DSA.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/sun/security/provider/DSA.java	Tue Oct 29 17:01:06 2013 +0400
@@ -529,7 +529,7 @@
          * i.e. FIPS186.
          *
          * @param seed the seed for generating k. This seed should be
-         * secure. This is what is refered to as the KSEED in the DSA
+         * secure. This is what is referred to as the KSEED in the DSA
          * specification.
          *
          * @param g the g parameter from the DSA key pair.