Skip to content

Commit 50fdef4

Browse files
Grammatical error in error message
1 parent aea19ec commit 50fdef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/owasp/esapi/crypto/CipherTextSerializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ private CipherText convertToCipherText(byte[] cipherTextSerializedBytes)
302302

303303
debug("convertToCipherText: kdfPrf = " + kdfPrf + ", kdfVers = " + kdfVers);
304304
if ( ! versionIsCompatible( kdfVers) ) {
305-
throw new EncryptionException("This version of ESAPI does is not compatible with the version of ESAPI that encrypted your data.",
305+
throw new EncryptionException("This version of ESAPI is not compatible with the version of ESAPI that encrypted your data.",
306306
"KDF version " + kdfVers + " from serialized ciphertext not compatibile with current KDF version of " +
307307
KeyDerivationFunction.kdfVersion);
308308
}

0 commit comments

Comments
 (0)