mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Fix typos in comments and doc
overriden -> overridden
The misspelling in create_extension.sgml was introduced in b67aaf2
,
so no need to backpatch.
This commit is contained in:
@ -204,7 +204,7 @@ AuxiliaryProcessMain(int argc, char *argv[])
|
||||
* process command arguments
|
||||
*/
|
||||
|
||||
/* Set defaults, to be overriden by explicit options below */
|
||||
/* Set defaults, to be overridden by explicit options below */
|
||||
if (!IsUnderPostmaster)
|
||||
InitializeGUCOptions();
|
||||
|
||||
|
Reference in New Issue
Block a user