Typos and inconsistencies in code
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2019-10-28T17:51:54Z
Lists: pgsql-hackers
Attachments
- 0001-Fixed-typos-in-the-code.patch (text/x-patch) patch 0001
Hi, Please find the attached patch having the fix for the typos and inconsistencies present in code. The patch contains the following changes: 1) attibute -> attribute 2) efficent -> efficient 3) becuase -> because 4) fallthru -> fall through 5) uncoming -> upcoming 6) ans -> and 7) requrested -> requested 8) peforming -> performing 9) heartbearts -> heartbeats 10) parametrizing -> parameterizing 11) uninit -> uninitialized 12) bufgr -> bufmgr 13) directi -> direct 14) thead -> thread 15) somthing -> something 16) freek -> freak 17) changesd -> changes Let me know your thoughts on the same. Regards, Vignesh EnterpriseDB: http://www.enterprisedb.com
Commits
-
Fix typos in the code
- 6ca86bb7e9c7 13.0 landed