From 25600c42e078e0d10eedf2794a0c7d02178232e0 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Sat, 5 Sep 2015 11:35:49 +0300 Subject: Fix misc typos. Oskari Saarenmaa. Backpatch to stable branches where applicable. --- doc/src/sgml/ref/alter_role.sgml | 4 ++-- doc/src/sgml/release-9.5.sgml | 4 ++-- doc/src/sgml/sources.sgml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/alter_role.sgml b/doc/src/sgml/ref/alter_role.sgml index e97bf4c9d28..7638817b830 100644 --- a/doc/src/sgml/ref/alter_role.sgml +++ b/doc/src/sgml/ref/alter_role.sgml @@ -138,7 +138,7 @@ ALTER ROLE { role_specification | A CURRENT_USER - Alter the current user instead of an explicitely identified role. + Alter the current user instead of an explicitly identified role. @@ -147,7 +147,7 @@ ALTER ROLE { role_specification | A SESSION_USER - Alter the current session user instead of an explicitely identified + Alter the current session user instead of an explicitly identified role. diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index a535e225b9e..59f10f08ce1 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -460,7 +460,7 @@ FIXME: Add Andres - Speed up CREATE INDEX by avoiding unneccessary memory copies (Robert Haas) + Speed up CREATE INDEX by avoiding unnecessary memory copies (Robert Haas) @@ -1111,7 +1111,7 @@ FIXME: Correct description --> Allow changing of the WAL - logging status of a table ater creation with ALTER TABLE .. SET LOGGED / UNLOGGED (Fabrízio de Royes Mello) diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index aa2080742d4..d6461ec3f2a 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -251,7 +251,7 @@ ereport(ERROR, - errdetail_log_plural(const char *fmt_singuar, const char + errdetail_log_plural(const char *fmt_singular, const char *fmt_plural, unsigned long n, ...) is like errdetail_log, but with support for various plural forms of the message. -- cgit v1.2.3