OS X Lion has an iPhone-like autocorrect feature as you\'re typing.
This feature interferes with my typing app. The people using my app would not want it turned on a
Is this in an NSTextView? If so, there are several methods available to alter the correction behavior:
- (void)setAutomaticSpellingCorrectionEnabled:(BOOL)flag - (void)setAutomaticTextReplacementEnabled:(BOOL)flag
Please try those, they should be what you are looking for.