From 9d827315e362e36b637e55e034d2f9e6ee1e173b Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <quaritsch@ivt.tugraz.at> Date: Tue, 29 Nov 2022 17:42:18 +0100 Subject: [PATCH] correcting typo (cherry picked from commit ba6a060093295817cc49e658d32bea6cded9e167) --- VectoCommon/VectoCommon/Hashing/IVectoHash.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VectoCommon/VectoCommon/Hashing/IVectoHash.cs b/VectoCommon/VectoCommon/Hashing/IVectoHash.cs index 68cb1991a7..b3ecbd9a10 100644 --- a/VectoCommon/VectoCommon/Hashing/IVectoHash.cs +++ b/VectoCommon/VectoCommon/Hashing/IVectoHash.cs @@ -157,7 +157,7 @@ namespace TUGraz.VectoHashing /// <summary> /// Computes the hash-value of the outer Data element and adds the according Signature element /// after the Data element. - /// The default CaonocalizationMethods and DigestMethod are used. + /// The default CanocalizationMethods and DigestMethod are used. /// Note: the id attribute is added to the Data element automatically. if an id attribute is already /// present its value is overwritten unless its lenth is more than 5 characters. /// </summary> -- GitLab