fractions: fix 2 typo's.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7320 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
lazarus-bart 2020-01-25 17:44:07 +00:00
parent 13adca65b3
commit fb36e8c25d

View File

@ -119,7 +119,7 @@ const
FracSymbol: string = '/';
AllowZeroPowerZero: Boolean = False;
SDivisionByZero = 'Division by zero';
SZeroPowerZero = 'Raising 0 to the power 0 is undifined';
SZeroPowerZero = 'Raising 0 to the power 0 is undefined';
SInvalidFraction = '"%s" is not a valid fraction';
SRangeCheckError = 'Range check error';
@ -302,7 +302,7 @@ end;
* Original code dealt with 32-bit integers, it was adjusted for 64-bit integers
The original copyrigh holder has granted me permission to adjust and redistribute
this code under modified LGPL license with kining exception (see COPYING.modifiedLGPL.txt).
this code under modified LGPL license with linking exception (see COPYING.modifiedLGPL.txt).
When redistributing this code, the comments above MUST also be redistributed with it!
}