Skip to content

Commit 330a38c

Browse files
authored
Fix typos and spelling mistakes (#5582)
1 parent 7cecc75 commit 330a38c

61 files changed

Lines changed: 110 additions & 110 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

appendices/examples.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<simpara>
99
This does not mean that error handling should be omitted for production code
1010
as it can lead to <exceptionname>TypeError</exceptionname>s being thrown,
11-
failure values being coerces, such as &false; into an empty string,
11+
failure values being coerced, such as &false; into an empty string,
1212
or assumptions being violated which might cause difficult to track bugs.
1313
Some extensions provide complete examples where error handling is included
1414
to demonstrate correct usage of the various functions and methods provided

appendices/migration74/other-changes.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
for including or excluding arguments from stack traces generated
3636
from exceptions.
3737
</para>
38-
<para>
38+
<simpara>
3939
<link linkend="ini.opcache.preload-user">opcache.preload_user</link> is a new INI directive
4040
for specifying the user account under which preloading
41-
code is execute if it would otherwise be run as root (which is not
41+
code is executed if it would otherwise be run as root (which is not
4242
allowed for security reasons).
43-
</para>
43+
</simpara>
4444
</sect2>
4545

4646
<sect2 xml:id="migration74.other-changes.pkg-config">

appendices/migration83/new-features.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
<sect3 xml:id="migration83.new-features.core.static-variable-initializers">
6767
<title>Static variable Initializers</title>
6868

69-
<para>
69+
<simpara>
7070
Static variable initializers can now contain arbitrary expressions.
71-
<!-- RFC: RFC: https://wiki.php.net/rfc/arbitrary_static_variable_initializers -->
72-
</para>
71+
<!-- RFC: https://wiki.php.net/rfc/arbitrary_static_variable_initializers -->
72+
</simpara>
7373
</sect3>
7474

7575
<sect3 xml:id="migration83.new-features.core.fallback-value-syntax-for-php-ini">

install/windows/apache2.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
</para>
1414
</note>
1515

16-
<para>
16+
<simpara>
1717
It is strongly recommended to consult the
1818
<link xlink:href="&url.apache2.docs;">Apache Documentation</link>
19-
to get have a basic understanding of the Apache 2.x Server.
19+
to get a basic understanding of the Apache 2.x Server.
2020
Also consider reading the
2121
<link xlink:href="&url.apache2.windows;">Windows specific notes</link>
2222
for Apache 2.x before reading on here.
23-
</para>
23+
</simpara>
2424

2525
<para>
2626
Download the most recent version of

language/wrappers/expect.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
<refsect1 role="description"><!-- {{{ -->
1111
&reftitle.description;
12-
<para>
12+
<simpara>
1313
Streams opened via the <filename>expect://</filename> wrapper provide
14-
access to process'es stdio, stdout and stderr via PTY.
15-
</para>
14+
access to process's stdin, stdout and stderr via PTY.
15+
</simpara>
1616
<note>
1717
<title>This wrapper is not enabled by default</title>
1818
<simpara>

reference/cubrid/setup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
&reftitle.resources;
2424
<simpara>
2525
There are four resource types used in CUBRID. The first one is the link
26-
identifier for a database connection, the second is the a resource which
26+
identifier for a database connection, the second is the resource which
2727
holds the result of a query, and the last two a resource which holds the
2828
query results of BLOB/CLOB data types.
2929
</simpara>

reference/enchant/functions/enchant-dict-store-replacement.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<term><parameter>misspelled</parameter></term>
2929
<listitem>
3030
<simpara>
31-
The work to fix
31+
The word to fix
3232
</simpara>
3333
</listitem>
3434
</varlistentry>

reference/event/eventbuffer/write.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
<parameter>fd</parameter>
3434
</term>
3535
<listitem>
36-
<para>
37-
Socket resource, stream or numeric file descriptor associated normally
36+
<simpara>
37+
Socket resource, stream or numeric file descriptor normally
3838
associated with a socket.
39-
</para>
39+
</simpara>
4040
</listitem>
4141
</varlistentry>
4242
<varlistentry>

reference/exif/functions/exif-read-data.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ THUMBNAIL.Thumbnail.Height: 1
287287
<programlisting role="php">
288288
<![CDATA[
289289
<?php
290-
// Open a the file, this should be in binary mode
290+
// Open the file, this should be in binary mode
291291
$fp = fopen('/path/to/image.jpg', 'rb');
292292
293293
if (!$fp) {

reference/fdf/functions/fdf-get-attachment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
The returned array contains the following fields:
6868
<itemizedlist>
6969
<listitem>
70-
<simpara><parameter>path</parameter> - path were the file got stored</simpara>
70+
<simpara><parameter>path</parameter> - path where the file got stored</simpara>
7171
</listitem>
7272
<listitem>
7373
<simpara><parameter>size</parameter> - size of the stored file in bytes</simpara>

0 commit comments

Comments
 (0)