Spelling Correction
Spotting and correcting spelling mistakes by using patterns, rules, and careful reading—very useful for competitive exams and academic writing.
What is spelling correction?
Spelling correction is the process of finding and fixing words that are not written in their standard dictionary form. In exams, a single incorrect letter can make an answer wrong.
You improve at spelling correction by learning:
- Commonly confused word pairs (e.g. separate, not
seperate). - Typical patterns of error (double letters, silent letters, -ie/-ei confusion).
- Differences between British and American spellings.
| Wrong form | Correct spelling | Notes (pattern / rule) |
|---|---|---|
| separate | Common error; remember “par” in the middle. | |
| receive | i before e except after c (with some exceptions). | |
| occurred | Double c and double r when adding -ed. | |
| definitely | Base word: finite → definitely. |
“Good spellers don’t remember every word – they remember patterns and rules.”
Key points
- Look for one wrong letter in otherwise correct words.
- Watch endings: -able/-ible, -ance/-ence, -ary/-ery.
- Be aware of British vs American spelling differences.
- Read the word slowly, syllable by syllable.
Common Patterns in Spelling Errors
Most spelling errors fall into a few predictable patterns:
Sound vs Spelling
Word sounds one way but is written another way.
- enviroment → environment
- goverment → government
Double Consonants
Add a letter when adding endings.
- begin → beginning (double n)
- occur → occurred, occurring
-ie / -ei Confusion
Classic exam favourite.
- believe (not
beleive) - receive (after c → ei)
British vs American
Both correct; exam usually follows one style.
- colour (BrE) vs color (AmE)
- centre (BrE) vs center (AmE)
Mini Bank of Commonly Misspelt Words
separate (not
definitely (not
tomorrow (two r, one m)
occurrence (double c, double r)
maintenance (main + ten + ance)
privilege (not
responsible (respons + ible)
visible (vis + ible)
reliable (rely + able)
attendance (attend + ance)
difference (differ + ence)
confidence (confide + ence)
Tip: Keep a personal list of words you often misspell and revise it regularly.
Practice
A) Multiple Choice (choose the correctly spelt word)
-
Choose the correct spelling:
definately definetely definitely definitly
-
Choose the correct spelling:
seperate separrate separate seperete
-
Choose the correct spelling:
occured occurrred occurred ocurred
B) Correct the Spelling
- The team gave a very good performaence. (Correct: ________)
- We have to submit the maintainance report by Monday. (Correct: ________)
- The college has made neccessary arrangements for the event. (Correct: ________)
- She received a letter of appriciation from the principal. (Correct: ________)
C) Tiny code sample (idea of checking spellings)
// Very simple idea: check a word against a list of correct spellings
const dictionary = ["separate", "definitely", "occurred", "committee"];
function isSpeltCorrectly(word) {
return dictionary.includes(word.toLowerCase());
}
// Example:
console.log(isSpeltCorrectly("occurred")); // true
console.log(isSpeltCorrectly("occured")); // false
Short Reading
During the annual science exibition, the students presented several innovative projects. The organising commitee had worked hard to ensure that every detail was properly planned. Although a few inconviences were reported, the overall responce from visitors was extremely positive.
Task: Identify and correct all the wrongly spelt words in the paragraph.
Show Suggested Answers
MCQ
- definitely
- separate
- occurred
Correct the Spelling
- performance
- maintenance
- necessary
- appreciation
Reading – Corrections
exibition → exhibition
commitee → committee
inconviences → inconveniences
responce → response
(innovative, properly – correct)
Exam tips
- Read the whole word; do not rely only on how it sounds.
- Underline any word that “looks strange” and check it again.
- Practise from past papers – examiners repeat the same tricky words.
- Use British spellings consistently if you are writing an Indian exam.