]> granicus.if.org Git - postgresql/commitdiff
Fix typos in comments and doc
authorFujii Masao <fujii@postgresql.org>
Thu, 28 Jan 2016 07:47:36 +0000 (16:47 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 28 Jan 2016 07:47:36 +0000 (16:47 +0900)
overriden -> overridden

The misspelling in create_extension.sgml was introduced in b67aaf2,
so no need to backpatch.

doc/src/sgml/ref/create_extension.sgml
src/backend/bootstrap/bootstrap.c
src/makefiles/Makefile.win32

index d4cc310918e5ccd6b5d3a9bde465786ea05410ed..007d8c9330626c4f15fb9b527907144a758f25b4 100644 (file)
@@ -97,7 +97,7 @@ CREATE EXTENSION [ IF NOT EXISTS ] <replaceable class="parameter">extension_name
        </para>
        <para>
         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:
         <itemizedlist>
          <listitem>
index c0192398604246d348a2d5b784b5947907ed7a1e..6c750990ac2024ce2381cb3cd4d70d4e9315f4fb 100644 (file)
@@ -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();
 
index fed124330de7cd5f0378048376990767ad1a7ffc..5f26a091d255f01e3a5137ab5b67a52f8354a24f 100644 (file)
@@ -44,7 +44,7 @@ override CPPFLAGS+= -DUSE_DL_IMPORT
 endif
 
 # 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
 MAKE_DLL       = true
 endif