Correct all occurrences of misspelled word

spell-checking, vim

Solution

After making the first correction with z=, e.g. teh to the, use `:spellrepall`, or shorter: `:spellr`.

Problem

Is there a quick way to repeat a spelling correction? For example, change every occurrence of `teh` to `the` after using `:set spell`, `z=` to correct the first occurrence?

Original source