mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
fix spelling errors
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39925 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
04406427e3
commit
23f92b6399
2 changed files with 3 additions and 3 deletions
|
@ -1238,7 +1238,7 @@ GSSimpleSubtract(NSDecimal *result, const NSDecimal *left,
|
|||
|
||||
// check borrow
|
||||
if (borrow)
|
||||
NSLog(@"Impossible error in substraction");
|
||||
NSLog(@"Impossible error in subtraction");
|
||||
|
||||
return error;
|
||||
}
|
||||
|
@ -1498,7 +1498,7 @@ GSSimpleSubtract(NSDecimal *result, const NSDecimal *left,
|
|||
|
||||
if (-1 == i)
|
||||
{
|
||||
NSLog(@"Impossible error in substraction left: %@, right: %@",
|
||||
NSLog(@"Impossible error in subtraction left: %@, right: %@",
|
||||
NSDecimalString(left, nil), NSDecimalString(right, nil));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue