Jelajahi Sumber

* Correct casing. Fixes #40589

Michaël Van Canneyt 1 tahun lalu
induk
melakukan
c2383fc207
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      rtl/objpas/sysutils/sysstrh.inc

+ 1 - 1
rtl/objpas/sysutils/sysstrh.inc

@@ -222,7 +222,7 @@ Function FloatToText(Buffer: PWideChar; Value: Extended; format: TFloatFormat; P
 Function FloatToText(Buffer: PAnsiChar; Value: Extended; format: TFloatFormat; Precision, Digits: Integer): Longint;
 Function FloatToText(Buffer: PAnsiChar; Value: Extended; format: TFloatFormat; Precision, Digits: Integer; Const FormatSettings: TFormatSettings): Longint;
 Function FloatToDateTime (Const Value : Extended) : TDateTime;
-Function FloattoCurr (Const Value : Extended) : Currency;
+Function FloatToCurr (Const Value : Extended) : Currency;
 function TryFloatToCurr(const Value: Extended; var AResult: Currency): Boolean;
 
 Function CurrToStr(Value: Currency): string;