diff options
| author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-09-05 11:35:49 +0300 |
|---|---|---|
| committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-09-05 11:36:18 +0300 |
| commit | 25600c42e078e0d10eedf2794a0c7d02178232e0 (patch) | |
| tree | ed944b53c9fe20f1533535f3a8ec174c2262af49 /doc/src | |
| parent | b1cbc8529d076b71c9c2f8403139f7235072a357 (diff) | |
Fix misc typos.
Oskari Saarenmaa. Backpatch to stable branches where applicable.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/alter_role.sgml | 4 | ||||
| -rw-r--r-- | doc/src/sgml/release-9.5.sgml | 4 | ||||
| -rw-r--r-- | doc/src/sgml/sources.sgml | 2 |
3 files changed, 5 insertions, 5 deletions
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 { <replaceable class="PARAMETER">role_specification</replaceable> | A <term>CURRENT_USER</term> <listitem> <para> - Alter the current user instead of an explicitely identified role. + Alter the current user instead of an explicitly identified role. </para> </listitem> </varlistentry> @@ -147,7 +147,7 @@ ALTER ROLE { <replaceable class="PARAMETER">role_specification</replaceable> | A <term>SESSION_USER</term> <listitem> <para> - Alter the current session user instead of an explicitely identified + Alter the current session user instead of an explicitly identified role. </para> </listitem> 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 <!-- 2014-07-01 [9f03ca9] Robert..: Avoid copying index tuples when building an ind.. --> - Speed up CREATE INDEX by avoiding unneccessary memory copies (Robert Haas) + Speed up CREATE INDEX by avoiding unnecessary memory copies (Robert Haas) </para> </listitem> @@ -1111,7 +1111,7 @@ FIXME: Correct description --> <para> Allow changing of the <acronym>WAL</acronym> - logging status of a table ater creation with <link + logging status of a table after creation with <link linkend="SQL-ALTERTABLE"><command>ALTER TABLE .. SET LOGGED / UNLOGGED</></> (Fabrízio de Royes Mello) </para> 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, </listitem> <listitem> <para> - <function>errdetail_log_plural(const char *fmt_singuar, const char + <function>errdetail_log_plural(const char *fmt_singular, const char *fmt_plural, unsigned long n, ...)</function> is like <function>errdetail_log</>, but with support for various plural forms of the message. |
