Bläddra i källkod

typo correction in variable name

Ugochukwu Mmaduekwe 6 år sedan
förälder
incheckning
370c1f1fd5
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/libraries/hashlib4pascal/HlpIHashInfo.pas

+ 1 - 1
src/libraries/hashlib4pascal/HlpIHashInfo.pas

@@ -88,7 +88,7 @@ type
     function GetXOFSize: Int32;
     function GetXOFSize: Int32;
     procedure SetXOFSize(a_xof_size_in_bits: Int32);
     procedure SetXOFSize(a_xof_size_in_bits: Int32);
     property XOFSize: Int32 read GetXOFSize write SetXOFSize;
     property XOFSize: Int32 read GetXOFSize write SetXOFSize;
-    function SetXOFOutputSize(a_xof_size: Int32): IXOF;
+    function SetXOFOutputSize(a_xof_size_in_bits: Int32): IXOF;
   end;
   end;
 
 
 implementation
 implementation