You've already forked lazarus-ccr
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:
@ -119,7 +119,7 @@ const
|
|||||||
FracSymbol: string = '/';
|
FracSymbol: string = '/';
|
||||||
AllowZeroPowerZero: Boolean = False;
|
AllowZeroPowerZero: Boolean = False;
|
||||||
SDivisionByZero = 'Division by zero';
|
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';
|
SInvalidFraction = '"%s" is not a valid fraction';
|
||||||
SRangeCheckError = 'Range check error';
|
SRangeCheckError = 'Range check error';
|
||||||
|
|
||||||
@ -302,7 +302,7 @@ end;
|
|||||||
* Original code dealt with 32-bit integers, it was adjusted for 64-bit integers
|
* 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
|
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!
|
When redistributing this code, the comments above MUST also be redistributed with it!
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user