jdk/src/share/classes/javax/crypto/NullCipher.java
changeset 21278 ef8a3a2a72f2
parent 18771 9dadb0719cea
--- a/jdk/src/share/classes/javax/crypto/NullCipher.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/javax/crypto/NullCipher.java	Tue Oct 29 17:01:06 2013 +0400
@@ -27,7 +27,7 @@
 
 /**
  * The NullCipher class is a class that provides an
- * "identity cipher" -- one that does not tranform the plaintext.  As
+ * "identity cipher" -- one that does not transform the plain text.  As
  * a consequence, the ciphertext is identical to the plaintext.  All
  * initialization methods do nothing, while the blocksize is set to 1
  * byte.