Skip to content

Commit f0597b6

Browse files
committed
- correção de typo (erro na digitacao da classe)
1 parent 69a049b commit f0597b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/RALHashBase.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function TRALHashBase.DigestToBase64Url(AValue: TBytes): StringRAL;
102102

103103
function TRALHashBase.DigestToHex(AValue: TBytes): StringRAL;
104104
begin
105-
Result := TRALHexadedimal.Encode(AValue);
105+
Result := TRALHexadecimal.Encode(AValue);
106106
end;
107107

108108
function TRALHashBase.Finalize: TBytes;

0 commit comments

Comments
 (0)