mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Fix various common mispellings.
Mostly these are just comments but there are a few in documentation and a handful in code and tests. Hopefully this doesn't cause too much unnecessary pain for backpatching. I relented from some of the most common like "thru" for that reason. The rest don't seem numerous enough to cause problems. Thanks to Kevin Lyda's tool https://pypi.python.org/pypi/misspellings
This commit is contained in:
@@ -46,7 +46,7 @@ FILES IN src/include/nodes/
|
||||
Steps to Add a Node
|
||||
-------------------
|
||||
|
||||
Suppose you wanna define a node Foo:
|
||||
Suppose you want to define a node Foo:
|
||||
|
||||
1. Add a tag (T_Foo) to the enum NodeTag in nodes.h. (If you insert the
|
||||
tag in a way that moves the numbers associated with existing tags,
|
||||
|
Reference in New Issue
Block a user