Skip to content

Commit 62e2ddd

Browse files
committed
Fix typos in comments and doc
overriden -> overridden The misspelling in create_extension.sgml was introduced in b67aaf2, so no need to backpatch.
1 parent 7f46eaf commit 62e2ddd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/sgml/ref/create_extension.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ CREATE EXTENSION [ IF NOT EXISTS ] <replaceable class="parameter">extension_name
9797
</para>
9898
<para>
9999
If the extension specifies <literal>schema</> in its control file,
100-
the schema cannot be overriden with <literal>SCHEMA</> clause.
100+
the schema cannot be overridden with <literal>SCHEMA</> clause.
101101
The <literal>SCHEMA</> clause in this case works as follows:
102102
<itemizedlist>
103103
<listitem>

src/backend/bootstrap/bootstrap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ AuxiliaryProcessMain(int argc, char *argv[])
204204
* process command arguments
205205
*/
206206

207-
/* Set defaults, to be overriden by explicit options below */
207+
/* Set defaults, to be overridden by explicit options below */
208208
if (!IsUnderPostmaster)
209209
InitializeGUCOptions();
210210

src/makefiles/Makefile.win32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ override CPPFLAGS+= -DUSE_DL_IMPORT
4444
endif
4545

4646
# it is better to install shared-libraries anyway?
47-
# may be overriden with make MAKE_DLL=false install
47+
# may be overridden with make MAKE_DLL=false install
4848
ifndef MAKE_DLL
4949
MAKE_DLL = true
5050
endif

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy