Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 81e3e4f

Browse files
committed
Assorted spelling corrections.
Thom Brown
1 parent 732bfa2 commit 81e3e4f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

doc/src/sgml/catalogs.sgml

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

51295129
<para>
51305130
The catalog <structname>pg_shseclabel</structname> stores security
5131-
lables on shared database objects. Security labels can be manipulated
5131+
labels on shared database objects. Security labels can be manipulated
51325132
with the <xref linkend="sql-security-label"> command. For an easier
51335133
way to view security labels, see <xref linkend="view-pg-seclabels">.
51345134
</para>

doc/src/sgml/datatype.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ ALTER SEQUENCE <replaceable class="parameter">tablename</replaceable>_<replaceab
856856
column. <type>bigserial</type> should be used if you anticipate
857857
the use of more than 2<superscript>31</> identifiers over the
858858
lifetime of the table. The type names <type>smallserial</type> and
859-
<type>serial2</type> also work the same way, execpt that they
859+
<type>serial2</type> also work the same way, except that they
860860
create a <type>smallint</type> column.
861861
</para>
862862

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9619,7 +9619,7 @@ table2-mapping
96199619
</indexterm>
96209620

96219621
<para>
9622-
This section descripbes the functions that are available for creating
9622+
This section describes the functions that are available for creating
96239623
JSON (see <xref linkend="datatype-json">) data.
96249624
</para>
96259625

doc/src/sgml/sepgsql.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ UPDATE t1 SET x = 2, y = md5sum(y) WHERE z = 100;
435435
On <xref linkend="sql-createdatabase">, <literal>getattr</> permission
436436
will be checked on the source or template database of the new database,
437437
not only <literal>create</> on the new database.
438-
On creation of objects within a particula schema (tables, views,
439-
sequences and procedures), <literal>add_name</> will be also chechked
438+
On creation of objects within a particular schema (tables, views,
439+
sequences and procedures), <literal>add_name</> will be also checked
440440
on the schema, not only <literal>create</> on the new object itself.
441441
</para>
442442

@@ -527,7 +527,7 @@ postgres=# SELECT cid, cname, show_credit(cid) FROM customer;
527527
to switch the security label of the client process, the client domain,
528528
to a new context, if that is allowed by the security policy.
529529
The client domain needs the <literal>setcurrent</> permission and also
530-
<literal>dyntransaction</> from the old to the new domain.
530+
<literal>dyntransition</> from the old to the new domain.
531531
</para>
532532
<para>
533533
Dynamic domain transitions should be considered carefully, because they
@@ -632,7 +632,7 @@ ERROR: SELinux: security policy violation
632632
<row>
633633
<entry><literal>sepgsql_restorecon(text) returns bool</literal></entry>
634634
<entry>
635-
Sets up initial security labels for all objectes within the
635+
Sets up initial security labels for all objects within the
636636
current database. The argument may be NULL, or the name of a specfile
637637
to be used as alternative of the system default.
638638
</entry>

doc/src/sgml/tcn.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
for primary key columns. Each part is separated from the next by a comma.
3131
For ease of parsing using regular expressions, table and column names are
3232
always wrapped in double quotes, and data values are always wrapped in
33-
single quotes. Embeded quotes are doubled.
33+
single quotes. Embedded quotes are doubled.
3434
</para>
3535

3636
<para>

0 commit comments

Comments
 (0)