Patch: Fix typos of "vacuum" throughout - Mailing list pgadmin-hackers

From Anthony DeBarros
Subject Patch: Fix typos of "vacuum" throughout
Date
Msg-id CAAQFaFLhN5w7CW35ECa5yma+WSXW0zmtry71hawMAWZoMa-_yg@mail.gmail.com
Whole thread Raw
Responses Re: Patch: Fix typos of "vacuum" throughout  (Dave Page <dpage@pgadmin.org>)
List 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

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix a couple of typos.
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix various mis-spellings of VACUUM. Fixes #2005