Skip to content

Commit 1466ed3

Browse files
committed
doc: Fix typos
From: Alexander Law <exclusion@gmail.com>
1 parent 57dba87 commit 1466ed3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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/pg_xlogdump.sgml

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

1313
<refnamediv>
1414
<refname>pg_xlogdump</refname>
15-
<refpurpose>Display a human-readable rendering of the write-ahead log of a <productname>PostgreSQL</productname> database cluster</refpurpose>
15+
<refpurpose>display a human-readable rendering of the write-ahead log of a <productname>PostgreSQL</productname> database cluster</refpurpose>
1616
</refnamediv>
1717

1818
<indexterm zone="pgxlogdump">

doc/src/sgml/sepgsql.sgml

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

0 commit comments

Comments
 (0)