mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Fix typos and grammar in comments and docs
Author: Justin Pryzby Discussion: https://postgr.es/m/20210416070310.GG3315@telsasoft.com
This commit is contained in:
@ -375,7 +375,7 @@ main(int argc, char *const argv[])
|
||||
}
|
||||
cur = NULL;
|
||||
|
||||
/* remove old delared statements if any are still there */
|
||||
/* remove old declared statements if any are still there */
|
||||
for (list = g_declared_list; list != NULL;)
|
||||
{
|
||||
struct declared_list *this = list;
|
||||
|
Reference in New Issue
Block a user