Jan. 13, 2010
10:08 p.m.
On 13.01.2010 22:58, Nicolas Cellier wrote:
2010/1/13 Henrik Sperre Johansen<henrik.s.johansen@veloxit.no>:
As for the spelling correction, the method is still called findLastOccuranceOfString:startingAt: in Trunk, should be simple enough to rename it findLastOccurrenceOfString:startingAt: and keep the old version for backwards-compatability if deemed necessary.
Oh this one is already ported in trunk findLastOccuranceOfString: subString startingAt: start self deprecated: 'Use instead #findLastOccurrenceOfString:startingAt:'. ^ self findLastOccurrenceOfString: subString startingAt: start
Sweet, I was browsing an old version then :D