---
title: NSChangeSpelling
framework: appkit
role: symbol
role_heading: Protocol
path: appkit/nschangespelling
---

# NSChangeSpelling

A protocol that responder objects can implement to correct a misspelled word.

## Declaration

```swift
protocol NSChangeSpelling
```

## Topics

### Changing spellings

- [changeSpelling(_:)](appkit/nschangespelling/changespelling(_:).md)

## Relationships

### Conforming Types

- [NSText](appkit/nstext.md)
- [NSTextView](appkit/nstextview.md)

## See Also

### Spell-checking

- [NSSpellChecker](appkit/nsspellchecker.md)
- [NSIgnoreMisspelledWords](appkit/nsignoremisspelledwords.md)
