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:
Richard Frith-MacDonald 2016-06-26 10:10:20 +00:00
parent 04406427e3
commit 23f92b6399
2 changed files with 3 additions and 3 deletions

View file

@ -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));
}
}