8000 Spelling fixes · postgrespro/postgres@a47b38c · GitHub
[go: up one dir, main page]

Skip to content

Commit a47b38c

Browse files
committed
Spelling fixes
From: Josh Soref <jsoref@gmail.com>
1 parent f97a028 commit a47b38c

File tree

24 files changed

+34
-34
lines changed

24 files changed

+34
-34
lines changed

contrib/ltree/ltxtquery_io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ gettoken_query(QPRS_STATE *state, int32 *val, int32 *lenval, char **strval, uint
9696
if (*flag)
9797
ereport(ERROR,
9898
(errcode(ERRCODE_SYNTAX_ERROR),
99-
errmsg("modificators syntax error")));
99+
errmsg("modifiers syntax error")));
100100
*lenval += charlen;
101101
}
102102
else if (charlen == 1 && t_iseq(state->buf, '%'))

doc/src/sgml/biblio.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ ssimkovi@ag.or.at
295295
<pubdate>April, 1990</pubdate>
296296
<publisher>
297297
<publishername>University of California</publishername>
298-
<address>Berkely, California</address>
298+
<address>Berkeley, California</address>
299299
</publisher>
300300
</biblioset>
301301
</biblioentry>

doc/src/sgml/monitoring.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12331233
</row>
12341234
<row>
12351235
<entry><literal>MessageQueuePutMessage</></entry>
1236-
<entry>Waiting to write a protoocol message to a shared message queue.</entry>
1236+
<entry>Waiting to write a protocol message to a shared message queue.</entry>
12371237
</row>
12381238
<row>
12391239
<entry><literal>MessageQueueReceive</></entry>

doc/src/sgml/protocol.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6019,7 +6019,7 @@ TupleData
60196019
</term>
60206020
<listitem>
60216021
<para>
6022-
Idenfifies the data as NULL value.
6022+
Identifies the data as NULL value.
60236023
</para>
60246024
</listitem>
60256025
</varlistentry>
@@ -6032,7 +6032,7 @@ TupleData
60326032
</term>
60336033
<listitem>
60346034
<para>
6035-
Idenfifies unchanged TOASTed value (the actual value is not
6035+
Identifies unchanged TOASTed value (the actual value is not
60366036
sent).
60376037
</para>
60386038
</listitem>
@@ -6046,7 +6046,7 @@ TupleData
60466046
</term>
60476047
<listitem>
60486048
<para>
6049-
Idenfifies the data as text formatted value.
6049+
Identifies the data as text formatted value.
60506050
</para>
60516051
</listitem>
60526052
</varlistentry>

doc/src/sgml/ref/create_trigger.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ UPDATE OF <replaceable>column_name1</replaceable> [, <replaceable>column_name2</
295295
<term><literal>REFERENCING</literal></term>
296296
<listitem>
297297
<para>
298-
This immediately preceeds the declaration of one or two relations which
298+
This immediately precedes the declaration of one or two relations which
299299
can be used to read the before and/or after images of all rows directly
300300
affected by the triggering statement. An <literal>AFTER EACH ROW</>
301301
trigger is allowed to use both these transition relation names and the

doc/src/sgml/release-8.4.sgml

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

382382
<para>
383383
This prevents scenarios wherein a pathological regular expression
384-
could lock up a server process uninterruptably for a long time.
384+
could lock up a server process uninterruptibly for a long time.
385385
</para>
386386
</listitem>
387387

doc/src/sgml/release-9.0.sgml

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

22512251
<para>
22522252
This prevents scenarios wherein a pathological regular expression
2253-
could lock up a server process uninterruptably for a long time.
2253+
could lock up a server process uninterruptibly for a long time.
22542254
</para>
22552255
</listitem>
22562256

doc/src/sgml/release-9.1.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3941,7 +3941,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400
39413941

39423942
<para>
39433943
This prevents scenarios wherein a pathological regular expression
3944-
could lock up a server process uninterruptably for a long time.
3944+
could lock up a server process uninterruptibly for a long time.
39453945
</para>
39463946
</listitem>
39473947

doc/src/sgml/release-9.2.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4774,7 +4774,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100
47744774

47754775
<para>
47764776
This prevents scenarios wherein a pathological regular expression
4777-
could lock up a server process uninterruptably for a long time.
4777+
could lock up a server process uninterruptibly for a long time.
47784778
</para>
47794779
</listitem>
47804780

doc/src/sgml/release-9.3.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6968,7 +6968,7 @@ Branch: REL8_4_STABLE [b6e143458] 2014-03-01 15:21:13 -0500
69686968

69696969
<para>
69706970
This prevents scenarios wherein a pathological regular expression
6971-
could lock up a server process uninterruptably for a long time.
6971+
could lock up a server process uninterruptibly for a long time.
69726972
</para>
69736973
</listitem>
69746974

0 commit comments

Comments
 (0)
0