Even though they differ by only one letter, there's an important conceptual difference between the terms "modal view controller" and "model/view/controller". The first is a view controller presented in a certain "modal" fashion, and the second is a pattern. The modal-view-controller tag creates potential for confusion since it looks like "model/view/controller" but means "modal view controller". It should be replaced entirely by the modalviewcontroller tag. I've editted the three existing questions that used the offending tag so that they now use modalviewcontroller.
I'm not sure how to start the blacklisting process for a given tag, but I'd like to see modal-view-controller removed from the lexicon of tags.
-presentModalViewController:. So it's not a big stretch for an Obj-C developer to read 'modalviewcontroller' and associate that with the right concept. When talking about the "model view controller" pattern, however the words are always separate, so hyphens there make more sense (as does the other common way to refer to the pattern, mvc). Creating a visual distinction between the two tags instead of relying on the subtle difference between 'a' and 'e' will help readers. – Caleb Mar 16 '12 at 22:32