Here's a ruby commandline tool that will correct some spelling mistakes.
There's an rspec file and another that will generate mistakes and then fix them. The only outstanding but I never fixed was that String.squeeze() is too general - you can't tell it to only squeeze down strings one at a time, so I'll need to write some more to handle cases like 'sheap' -> 'sheep'.

No comments:
Post a Comment