Patch: Fix typos of "vacuum" throughout

From: Anthony DeBarros <adebarros(at)gmail(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Patch: Fix typos of "vacuum" throughout
Date: 2016-12-08 03:49:47
Message-ID: CAAQFaFLhN5w7CW35ECa5yma+WSXW0zmtry71hawMAWZoMa-_yg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

I hope this is helpful to the team. I noticed that in the Parameter tab of
the Create Table dialog that VACUUM was misspelled. Hey, it's not easy to
remember if it's one "C" or two :-) So, I searched the codebase for all the
misspellings of that particular word and corrected them in this patch.

It looks like Sublime Text also removed a couple of spaces at the end of
lines; hope that's OK.

This is my first time submitting a patch to pgAdmin; thanks for considering.

Anthony DeBarros

Attachment Content-Type Size
typo_fix.diff text/plain 9.3 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-12-08 10:35:58 pgAdmin 4 commit: Fix various mis-spellings of VACUUM. Fixes #2005
Previous Message Dave Page 2016-12-06 10:35:32 pgAdmin 4 commit: Fix a couple of typos.