summary refs log tree commit diff
path: root/crypto/test/src/crypto/test/ISAPTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test/src/crypto/test/ISAPTest.cs')
-rw-r--r--crypto/test/src/crypto/test/ISAPTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/crypto/test/ISAPTest.cs b/crypto/test/src/crypto/test/ISAPTest.cs
index e7b0bd25c..500026bf9 100644
--- a/crypto/test/src/crypto/test/ISAPTest.cs
+++ b/crypto/test/src/crypto/test/ISAPTest.cs
@@ -330,7 +330,7 @@ namespace Org.BouncyCastle.Crypto.Tests
             isapEngine.DoFinal(mac2, 0);
             if (!Arrays.AreEqual(mac1, mac2))
             {
-                Assert.Fail("mac should match for the same AAD with different ways of inputing");
+                Assert.Fail("mac should match for the same AAD with different ways of inputting");
             }
 
             byte[] c2 = new byte[isapEngine.GetOutputSize(10)];