Skip to content

Commit 525aa5f

Browse files
authored
Nits: codespell typos in standard (bundled) extensions (#5586)
1 parent dfd68fd commit 525aa5f

54 files changed

Lines changed: 105 additions & 105 deletions

Some content is hidden

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

appendices/migration84/new-features.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ $object = $reflector->newLazyGhost($initializer);
155155

156156
<!-- TODO: expand and examples? -->
157157
<simpara>
158-
New expressions with constructor arguments are now dereferencable, meaning
158+
New expressions with constructor arguments are now dereferenceable, meaning
159159
they allow chaining method calls, property accesses, etc. without enclosing
160160
the expression in parentheses.
161161
</simpara>

language-snippets.ent

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,15 +1240,15 @@ returned by <function>dbmopen</function>.</simpara></listitem></varlistentry>'>
12401240
<entry>8.0.0</entry>
12411241
<entry>
12421242
<parameter>broker</parameter> expects an <classname>EnchantBroker</classname> instance now;
1243-
previoulsy, a &resource; was expected.
1243+
previously, a &resource; was expected.
12441244
</entry>
12451245
</row>'>
12461246

12471247
<!ENTITY enchant.changelog.dictionary-param '<row xmlns="http://docbook.org/ns/docbook">
12481248
<entry>8.0.0</entry>
12491249
<entry>
12501250
<parameter>dictionary</parameter> expects an <classname>EnchantDictionary</classname> instance now;
1251-
previoulsy, a &resource; was expected.
1251+
previously, a &resource; was expected.
12521252
</entry>
12531253
</row>'>
12541254

language/exceptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ class Exception implements Throwable
429429
final public function getPrevious(); // previous exception
430430
final public function getTraceAsString(); // formatted string of trace
431431
432-
// Overrideable
432+
// Overridable
433433
public function __toString(); // formatted string for display
434434
}
435435
]]>

language/oop5/changelog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
caught in the <link linkend="language.exceptions">catch</link> block, and
259259
would result in a fatal error. Exceptions now thrown in the __autoload function
260260
can be caught in the <link linkend="language.exceptions">catch</link> block, with
261-
one provison. If throwing a custom exception, then the custom exception class must
261+
one provision. If throwing a custom exception, then the custom exception class must
262262
be available. The __autoload function may be used recursively to autoload the
263263
custom exception class.
264264
</entry>

reference/com/ini.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@
116116
<parameter>com.autoregister_casesensitive</parameter>
117117
</term>
118118
<listitem>
119-
<para>
119+
<simpara>
120120
When this is turned on (the default), constants found in auto-loaded
121-
type libraries when instatiating <classname>COM</classname> objects will be registered case sensitively. See
121+
type libraries when instantiating <classname>COM</classname> objects will be registered case sensitively. See
122122
<function>com_load_typelib</function> for more details.
123-
</para>
123+
</simpara>
124124
</listitem>
125125
</varlistentry>
126126

reference/curl/constants_curl_setopt.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,12 +1754,12 @@
17541754
(<type>int</type>)
17551755
</term>
17561756
<listitem>
1757-
<para>
1757+
<simpara>
17581758
The maximum amount of HTTP redirections to follow. Use this option alongside <constant>CURLOPT_FOLLOWLOCATION</constant>.
17591759
Default value of <literal>20</literal> is set to prevent infinite redirects.
1760-
Setting to <literal>-1</literal> allows inifinite redirects, and <literal>0</literal> refuses all redirects.
1760+
Setting to <literal>-1</literal> allows infinite redirects, and <literal>0</literal> refuses all redirects.
17611761
Available as of cURL 7.5.0.
1762-
</para>
1762+
</simpara>
17631763
</listitem>
17641764
</varlistentry>
17651765
<varlistentry xml:id="constant.curlopt-max-recv-speed-large">

reference/datetime/datetime/settimezone.xml

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

5252
<refsect1 role="returnvalues">
5353
&reftitle.returnvalues;
54-
<para>
54+
<simpara>
5555
Returns the <classname>DateTime</classname> object for method chaining. The
56-
underlaying point-in-time is not changed when calling this method.
57-
</para>
56+
underlying point-in-time is not changed when calling this method.
57+
</simpara>
5858
</refsect1>
5959

6060
<refsect1 role="examples">

reference/datetime/datetimeimmutable/settimezone.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535

3636
<refsect1 role="returnvalues">
3737
&reftitle.returnvalues;
38-
<para>
38+
<simpara>
3939
Returns a new modified <classname>DateTimeImmutable</classname> object for
40-
method chaining. The underlaying point-in-time is not changed when calling
40+
method chaining. The underlying point-in-time is not changed when calling
4141
this method.
42-
</para>
42+
</simpara>
4343
</refsect1>
4444

4545
<refsect1 role="examples">

reference/dba/setup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<function>dba_firstkey</function> and <function>dba_nextkey</function>
117117
return string representations of the key there is the function
118118
<function>dba_key_split</function> which allows
119-
to convert the string keys into array keys without loosing &false;.
119+
to convert the string keys into array keys without losing &false;.
120120
</entry>
121121
</row>
122122

reference/filter/constants.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
</term>
234234
<listitem>
235235
<simpara>
236-
Singe and double quotes (<literal>'</literal> and <literal>"</literal>)
236+
Single and double quotes (<literal>'</literal> and <literal>"</literal>)
237237
will not be encoded.
238238
</simpara>
239239
</listitem>

0 commit comments

Comments
 (0)