Main Menu
Guest
Sample Banner Ad

Spelling Correction

Vocabulary Spelling Error 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.
Quick idea: Spelling errors follow patterns. If you can name the pattern, you can usually correct the word.
Wrong form Correct spelling Notes (pattern / rule)
seperate separate Common error; remember “par” in the middle.
recieve receive i before e except after c (with some exceptions).
occured occurred Double c and double r when adding -ed.
definately definitely Base word: finite → definitely.

“Good spellers don’t remember every word – they remember patterns and rules.”

Exam Strategy Tip
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.
patterns rules attention exam-skill

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.

  • enviromentenvironment
  • govermentgovernment
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 cei)
British vs American

Both correct; exam usually follows one style.

  • colour (BrE) vs color (AmE)
  • centre (BrE) vs center (AmE)
Rule: In exams, follow the spelling used in the question paper (usually British English) and be consistent throughout your answers.
Mini Bank of Commonly Misspelt Words
Everyday words
accommodate (not accomodate)
separate (not seperate)
definitely (not definately)
tomorrow (two r, one m)
Academic words
committee (double m, double t, double e)
occurrence (double c, double r)
maintenance (main + ten + ance)
privilege (not priviledge)
-able / -ible
acceptable (accept + able)
responsible (respons + ible)
visible (vis + ible)
reliable (rely + able)
-ance / -ence
importance (import + ance)
attendance (attend + ance)
difference (differ + ence)
confidence (confide + ence)

Tip: Keep a personal list of words you often misspell and revise it regularly.

Spelling correction concept
Visual placeholder. Replace with your course image if needed.

Practice

A) Multiple Choice (choose the correctly spelt word)
  1. Choose the correct spelling:
    definately definetely definitely definitly
  2. Choose the correct spelling:
    seperate separrate separate seperete
  3. Choose the correct spelling:
    occured occurrred occurred ocurred
B) Correct the Spelling
  1. The team gave a very good performaence. (Correct: ________)
  2. We have to submit the maintainance report by Monday. (Correct: ________)
  3. The college has made neccessary arrangements for the event. (Correct: ________)
  4. 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
  1. definitely
  2. separate
  3. occurred
Correct the Spelling
  1. performance
  2. maintenance
  3. necessary
  4. 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.
Sample Ad 300x250
Sample Ad 300x250