Witty is one of the few Twitter clients that has a built-in spell checker. How hard was it to implement? What if I told you that in WPF, spell-checking is just a checkbox?
Here's the Xaml.
<TextBox x:Name="TweetTextBox" SpellCheck.IsEnabled="True" />