summary refs log tree commit diff
path: root/crypto/src/pkix/PkixCertPathBuilder.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crypto/src/pkix/PkixCertPathBuilder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/pkix/PkixCertPathBuilder.cs b/crypto/src/pkix/PkixCertPathBuilder.cs
index 37a1c8c9c..1bc7b8c9e 100644
--- a/crypto/src/pkix/PkixCertPathBuilder.cs
+++ b/crypto/src/pkix/PkixCertPathBuilder.cs
@@ -58,7 +58,7 @@ namespace Org.BouncyCastle.Pkix
 			}
 
 			if (targets.IsEmpty)
-				throw new PkixCertPathBuilderException("No certificate found matching targetContraints.");
+				throw new PkixCertPathBuilderException("No certificate found matching targetConstraints.");
 
 			PkixCertPathBuilderResult result = null;
 			IList certPathList = Platform.CreateArrayList();