From 3246135c478aac417aefb122d2299433eb1ff8f8 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 14 Jul 2016 22:28:41 -0400 Subject: [PATCH] doc: Fix typos From: Alexander Law --- doc/src/sgml/btree-gist.sgml | 2 +- doc/src/sgml/install-windows.sgml | 2 +- doc/src/sgml/ref/pg_xlogdump.sgml | 2 +- doc/src/sgml/sepgsql.sgml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/btree-gist.sgml b/doc/src/sgml/btree-gist.sgml index f4afc095463..e8a56227044 100644 --- a/doc/src/sgml/btree-gist.sgml +++ b/doc/src/sgml/btree-gist.sgml @@ -98,7 +98,7 @@ INSERT 0 1 Authors - Teodor Sigaev (teodor@stack.net) , + Teodor Sigaev (teodor@stack.net), Oleg Bartunov (oleg@sai.msu.su), and Janko Richter (jankorichter@yahoo.de). See diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 53ad554f28f..c1c9a000f3a 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -84,7 +84,7 @@ Both 32-bit and 64-bit builds are possible with the Microsoft Compiler suite. - 32-bit PostgreSQL buils are possible with + 32-bit PostgreSQL builds are possible with Visual Studio 2005 to Visual Studio 2015 (including Express editions), as well as standalone Windows SDK releases 6.0 to 7.1. diff --git a/doc/src/sgml/ref/pg_xlogdump.sgml b/doc/src/sgml/ref/pg_xlogdump.sgml index 445da935830..296f1acc243 100644 --- a/doc/src/sgml/ref/pg_xlogdump.sgml +++ b/doc/src/sgml/ref/pg_xlogdump.sgml @@ -16,7 +16,7 @@ PostgreSQL documentation pg_xlogdump - Display a human-readable rendering of the write-ahead log of a PostgreSQL database cluster + display a human-readable rendering of the write-ahead log of a PostgreSQL database cluster diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml index 58186d0afaa..60e3d71ff2b 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -675,13 +675,13 @@ ERROR: SELinux: security policy violation sepgsql_mcstrans_in(text) returns text - Translates the given qualifies MLS/MCS range into raw format if + Translates the given qualified MLS/MCS range into raw format if the mcstrans daemon is running. sepgsql_mcstrans_out(text) returns text - Translates the given raw MCS/MCS range into qualified format if + Translates the given raw MLS/MCS range into qualified format if the mcstrans daemon is running. -- 2.39.5