pgsql: Fix typos in comments and doc

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typos in comments and doc
Date: 2016-01-28 07:48:12
Message-ID: E1aOhJM-0005Py-B4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typos in comments and doc

overriden -> overridden

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/62e2ddd4ca47756372f2788256f445bba6bb492c

Modified Files
--------------
doc/src/sgml/ref/create_extension.sgml | 2 +-
src/backend/bootstrap/bootstrap.c | 2 +-
src/makefiles/Makefile.win32 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-01-28 13:44:16 pgsql: Fix spi_worker mention in bgworker documentation
Previous Message Fujii Masao 2016-01-28 03:58:22 pgsql: Add gin_clean_pending_list function to clean up GIN pending list