Commit 62e2ddd4 authored by Fujii Masao's avatar Fujii Masao

Fix typos in comments and doc

overriden -> overridden

The misspelling in create_extension.sgml was introduced in b67aaf21,
so no need to backpatch.
parent 7f46eaf0
...@@ -97,7 +97,7 @@ CREATE EXTENSION [ IF NOT EXISTS ] <replaceable class="parameter">extension_name ...@@ -97,7 +97,7 @@ CREATE EXTENSION [ IF NOT EXISTS ] <replaceable class="parameter">extension_name
</para> </para>
<para> <para>
If the extension specifies <literal>schema</> in its control file, If the extension specifies <literal>schema</> in its control file,
the schema cannot be overriden with <literal>SCHEMA</> clause. the schema cannot be overridden with <literal>SCHEMA</> clause.
The <literal>SCHEMA</> clause in this case works as follows: The <literal>SCHEMA</> clause in this case works as follows:
<itemizedlist> <itemizedlist>
<listitem> <listitem>
......
...@@ -204,7 +204,7 @@ AuxiliaryProcessMain(int argc, char *argv[]) ...@@ -204,7 +204,7 @@ AuxiliaryProcessMain(int argc, char *argv[])
* process command arguments * process command arguments
*/ */
/* Set defaults, to be overriden by explicit options below */ /* Set defaults, to be overridden by explicit options below */
if (!IsUnderPostmaster) if (!IsUnderPostmaster)
InitializeGUCOptions(); InitializeGUCOptions();
......
...@@ -44,7 +44,7 @@ override CPPFLAGS+= -DUSE_DL_IMPORT ...@@ -44,7 +44,7 @@ override CPPFLAGS+= -DUSE_DL_IMPORT
endif endif
# it is better to install shared-libraries anyway? # it is better to install shared-libraries anyway?
# may be overriden with make MAKE_DLL=false install # may be overridden with make MAKE_DLL=false install
ifndef MAKE_DLL ifndef MAKE_DLL
MAKE_DLL = true MAKE_DLL = true
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment