Skip to content

Commit

Permalink
Merge pull request #73 from danielmarschall/fix-lengs-typo
Browse files Browse the repository at this point in the history
Fixed typo lengs => lengths
  • Loading branch information
MHumm authored Dec 24, 2024
2 parents 013e628 + fb99495 commit 11686b4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Source/DECCipherInterface.pas
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ interface
procedure SetAuthenticationResultBitLength(const Value: Integer);

/// <summary>
/// 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.
/// </summary>
/// <returns>
Expand Down
2 changes: 1 addition & 1 deletion Source/DECCipherModes.pas
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ TDECCipherModes = class(TDECCipher, IDECAuthenticatedCipher)
procedure Done; override;

/// <summary>
/// Returns a list of CalculatedAuthenticationResult lengs explicitely
/// Returns a list of CalculatedAuthenticationResult lengths explicitely
/// specified by the official specification of the standard.
/// </summary>
/// <returns>
Expand Down
2 changes: 1 addition & 1 deletion Source/DECCipherModesGCM.pas
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ TGCM = class(TObject)
Size : Integer);

/// <summary>
/// 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.
/// </summary>
/// <returns>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
<tr class="nocodegen"><td>386<td> procedure Done; override;
<tr class="nocodegen"><td>387<td>
<tr class="nocodegen"><td>388<td> /// &lt;summary&gt;
<tr class="nocodegen"><td>389<td> /// Returns a list of CalculatedAuthenticationResult lengs explicitely
<tr class="nocodegen"><td>389<td> /// Returns a list of CalculatedAuthenticationResult lengths explicitely
<tr class="nocodegen"><td>390<td> /// specified by the official specification of the standard.
<tr class="nocodegen"><td>391<td> /// &lt;/summary&gt;
<tr class="nocodegen"><td>392<td> /// &lt;returns&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
<tr class="nocodegen"><td>292<td> Size : Integer);
<tr class="nocodegen"><td>293<td>
<tr class="nocodegen"><td>294<td> /// &lt;summary&gt;
<tr class="nocodegen"><td>295<td> /// Returns a list of authentication tag lengs explicitely specified by
<tr class="nocodegen"><td>295<td> /// Returns a list of authentication tag lengths explicitely specified by
<tr class="nocodegen"><td>296<td> /// the official specification of the standard.
<tr class="nocodegen"><td>297<td> /// &lt;/summary&gt;
<tr class="nocodegen"><td>298<td> /// &lt;returns&gt;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
<tr class="nocodegen"><td>349</td><td><pre style="display:inline;"> &nbsp; &nbsp;procedure Done; override;</pre></td></tr>
<tr class="nocodegen"><td>350</td><td><pre style="display:inline;"></pre></td></tr>
<tr class="nocodegen"><td>351</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &lt;summary&gt;</pre></td></tr>
<tr class="nocodegen"><td>352</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &nbsp; Returns a list of authentication tag lengs explicitely specified by</pre></td></tr>
<tr class="nocodegen"><td>352</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &nbsp; Returns a list of authentication tag lengths explicitely specified by</pre></td></tr>
<tr class="nocodegen"><td>353</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &nbsp; the official speciication of the standard.</pre></td></tr>
<tr class="nocodegen"><td>354</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &lt;/summary&gt;</pre></td></tr>
<tr class="nocodegen"><td>355</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &lt;returns&gt;</pre></td></tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
<tr class="nocodegen"><td>292</td><td><pre style="display:inline;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Size &nbsp; : Integer);</pre></td></tr>
<tr class="nocodegen"><td>293</td><td><pre style="display:inline;"></pre></td></tr>
<tr class="nocodegen"><td>294</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &lt;summary&gt;</pre></td></tr>
<tr class="nocodegen"><td>295</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &nbsp; Returns a list of authentication tag lengs explicitely specified by</pre></td></tr>
<tr class="nocodegen"><td>295</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &nbsp; Returns a list of authentication tag lengths explicitely specified by</pre></td></tr>
<tr class="nocodegen"><td>296</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &nbsp; the official specification of the standard.</pre></td></tr>
<tr class="nocodegen"><td>297</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &lt;/summary&gt;</pre></td></tr>
<tr class="nocodegen"><td>298</td><td><pre style="display:inline;"> &nbsp; &nbsp;/// &lt;returns&gt;</pre></td></tr>
Expand Down

0 comments on commit 11686b4

Please sign in to comment.