I\'m trying to disable spell checking in MacOS\'s IntelliJ IDEA version 8.1.
How can I disable it?
Use the annotation for the class / method / field
@SuppressWarnings("SpellCheckingInspection")