Skip to content

Commit 3246135

Browse files
committed
doc: Fix typos
From: Alexander Law <exclusion@gmail.com>
1 parent 5035463 commit 3246135

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/src/sgml/btree-gist.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ INSERT 0 1
9898
<title>Authors</title>
9999

100100
<para>
101-
Teodor Sigaev (<email>teodor@stack.net</email>) ,
101+
Teodor Sigaev (<email>teodor@stack.net</email>),
102102
Oleg Bartunov (<email>oleg@sai.msu.su</email>), and
103103
Janko Richter (<email>jankorichter@yahoo.de</email>). See
104104
<ulink url="http://www.sai.msu.su/~megera/postgres/gist/"></ulink>

doc/src/sgml/install-windows.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
<para>
8686
Both 32-bit and 64-bit builds are possible with the Microsoft Compiler suite.
87-
32-bit PostgreSQL buils are possible with
87+
32-bit PostgreSQL builds are possible with
8888
<productname>Visual Studio 2005</productname> to
8989
<productname>Visual Studio 2015</productname> (including Express editions),
9090
as well as standalone Windows SDK releases 6.0 to 7.1.

doc/src/sgml/ref/pg_xlogdump.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PostgreSQL documentation
1616

1717
<refnamediv>
1818
<refname>pg_xlogdump</refname>
19-
<refpurpose>Display a human-readable rendering of the write-ahead log of a <productname>PostgreSQL</productname> database cluster</refpurpose>
19+
<refpurpose>display a human-readable rendering of the write-ahead log of a <productname>PostgreSQL</productname> database cluster</refpurpose>
2020
</refnamediv>
2121

2222
<refsynopsisdiv>

doc/src/sgml/sepgsql.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,13 +675,13 @@ ERROR: SELinux: security policy violation
675675
</row>
676676
<row>
677677
<entry><literal>sepgsql_mcstrans_in(text) returns text</literal></entry>
678-
<entry>Translates the given qualifies MLS/MCS range into raw format if
678+
<entry>Translates the given qualified MLS/MCS range into raw format if
679679
the mcstrans daemon is running.
680680
</entry>
681681
</row>
682682
<row>
683683
<entry><literal>sepgsql_mcstrans_out(text) returns text</literal></entry>
684-
<entry>Translates the given raw MCS/MCS range into qualified format if
684+
<entry>Translates the given raw MLS/MCS range into qualified format if
685685
the mcstrans daemon is running.
686686
</entry>
687687
</row>

0 commit comments

Comments
 (0)