From fb994958cf9f225a2f2f73b76a912ac7d46fc368 Mon Sep 17 00:00:00 2001 From: Daniel Marschall <28412477+danielmarschall@users.noreply.github.com> Date: Wed, 8 May 2024 11:25:15 +0200 Subject: [PATCH] Fixed typo lengs => lengths --- Source/DECCipherInterface.pas | 2 +- Source/DECCipherModes.pas | 2 +- Source/DECCipherModesGCM.pas | 2 +- .../CodeCoverage/Output/DECCipherModes(DECCipherModes.pas).html | 2 +- .../Output/DECCipherModesGCM(DECCipherModesGCM.pas).html | 2 +- .../CodeCoverage/U/DECCipherModes(DECCipherModes.pas).html | 2 +- .../U/DECCipherModesGCM(DECCipherModesGCM.pas).html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Source/DECCipherInterface.pas b/Source/DECCipherInterface.pas index bfb611de..a4153a13 100644 --- a/Source/DECCipherInterface.pas +++ b/Source/DECCipherInterface.pas @@ -678,7 +678,7 @@ interface procedure SetAuthenticationResultBitLength(const Value: Integer); /// - /// Returns a list of authentication tag lengs explicitely specified by + /// Returns a list of authentication tag lengths explicitely specified by /// the official specification of the standard. /// /// diff --git a/Source/DECCipherModes.pas b/Source/DECCipherModes.pas index ae5a90c0..d67eaca5 100644 --- a/Source/DECCipherModes.pas +++ b/Source/DECCipherModes.pas @@ -386,7 +386,7 @@ TDECCipherModes = class(TDECCipher, IDECAuthenticatedCipher) procedure Done; override; /// - /// Returns a list of CalculatedAuthenticationResult lengs explicitely + /// Returns a list of CalculatedAuthenticationResult lengths explicitely /// specified by the official specification of the standard. /// /// diff --git a/Source/DECCipherModesGCM.pas b/Source/DECCipherModesGCM.pas index 4975c895..3870f2fd 100644 --- a/Source/DECCipherModesGCM.pas +++ b/Source/DECCipherModesGCM.pas @@ -305,7 +305,7 @@ TGCM = class(TObject) Size : Integer); /// - /// Returns a list of authentication tag lengs explicitely specified by + /// Returns a list of authentication tag lengths explicitely specified by /// the official specification of the standard. /// /// diff --git a/Unit Tests/CodeCoverage/Output/DECCipherModes(DECCipherModes.pas).html b/Unit Tests/CodeCoverage/Output/DECCipherModes(DECCipherModes.pas).html index cb3c2428..04d8bd5a 100644 --- a/Unit Tests/CodeCoverage/Output/DECCipherModes(DECCipherModes.pas).html +++ b/Unit Tests/CodeCoverage/Output/DECCipherModes(DECCipherModes.pas).html @@ -438,7 +438,7 @@ 386 procedure Done; override; 387 388 /// <summary> -389 /// Returns a list of CalculatedAuthenticationResult lengs explicitely +389 /// Returns a list of CalculatedAuthenticationResult lengths explicitely 390 /// specified by the official specification of the standard. 391 /// </summary> 392 /// <returns> diff --git a/Unit Tests/CodeCoverage/Output/DECCipherModesGCM(DECCipherModesGCM.pas).html b/Unit Tests/CodeCoverage/Output/DECCipherModesGCM(DECCipherModesGCM.pas).html index e5b0b801..defe0013 100644 --- a/Unit Tests/CodeCoverage/Output/DECCipherModesGCM(DECCipherModesGCM.pas).html +++ b/Unit Tests/CodeCoverage/Output/DECCipherModesGCM(DECCipherModesGCM.pas).html @@ -344,7 +344,7 @@ 292 Size : Integer); 293 294 /// <summary> -295 /// Returns a list of authentication tag lengs explicitely specified by +295 /// Returns a list of authentication tag lengths explicitely specified by 296 /// the official specification of the standard. 297 /// </summary> 298 /// <returns> diff --git a/Unit Tests/CodeCoverage/U/DECCipherModes(DECCipherModes.pas).html b/Unit Tests/CodeCoverage/U/DECCipherModes(DECCipherModes.pas).html index 0b1d03f4..eccb2eca 100644 --- a/Unit Tests/CodeCoverage/U/DECCipherModes(DECCipherModes.pas).html +++ b/Unit Tests/CodeCoverage/U/DECCipherModes(DECCipherModes.pas).html @@ -388,7 +388,7 @@ 349
    procedure Done; override;
350

 351
    /// <summary>
-352
    ///   Returns a list of authentication tag lengs explicitely specified by
+352
    ///   Returns a list of authentication tag lengths explicitely specified by
353
    ///   the official speciication of the standard.
354
    /// </summary>
355
    /// <returns>
diff --git a/Unit Tests/CodeCoverage/U/DECCipherModesGCM(DECCipherModesGCM.pas).html b/Unit Tests/CodeCoverage/U/DECCipherModesGCM(DECCipherModesGCM.pas).html index e61e37fc..4e2e5964 100644 --- a/Unit Tests/CodeCoverage/U/DECCipherModesGCM(DECCipherModesGCM.pas).html +++ b/Unit Tests/CodeCoverage/U/DECCipherModesGCM(DECCipherModesGCM.pas).html @@ -331,7 +331,7 @@ 292
                        Size   : Integer);
293

 294
    /// <summary>
-295
    ///   Returns a list of authentication tag lengs explicitely specified by
+295
    ///   Returns a list of authentication tag lengths explicitely specified by
296
    ///   the official specification of the standard.
297
    /// </summary>
298
    /// <returns>