Skip to content

Commit e2f2172

Browse files
authored
Fix spelling, grammar, and typo errors across 45 documentation files (#5362)
1 parent c5ff5ef commit e2f2172

File tree

44 files changed

+55
-55
lines changed

Some content is hidden

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

44 files changed

+55
-55
lines changed

language/functions.xml

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

99
<para>
1010
A function is defined using the <literal>function</literal> keyword,
11-
a name, a list of parameters (which might be empty) seperated by commas
11+
a name, a list of parameters (which might be empty) separated by commas
1212
(<literal>,</literal>) enclosed in parentheses, followed by the body of
1313
the function enclosed in curly braces, such as the following:
1414
</para>

language/oop5/paamayim-nekudotayim.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link linkend="language.oop5.static">static</link> property,
1111
or <link linkend="language.oop5.static">static</link> method
1212
of a class or one of its parents.
13-
Moreover, static properties or methods can be overriden via
13+
Moreover, static properties or methods can be overridden via
1414
<link linkend="language.oop5.late-static-bindings">late static binding</link>.
1515
</para>
1616

reference/com/functions/variant-cmp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<parameter>flags</parameter> can be one or more of the following values
5858
OR'd together, and affects string comparisons:
5959
<table>
60-
<title>Variant Comparision Flags</title>
60+
<title>Variant Comparison Flags</title>
6161
<tgroup cols="2">
6262
<thead>
6363
<row>
@@ -105,7 +105,7 @@
105105
<para>
106106
Returns one of the following:
107107
<table>
108-
<title>Variant Comparision Results</title>
108+
<title>Variant Comparison Results</title>
109109
<tgroup cols="2">
110110
<thead>
111111
<row>

reference/cubrid/cubridmysql/cubrid-fetch-field.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</varlistentry>
4545
<varlistentry>
4646
<term><parameter>unique_key</parameter></term>
47-
<listitem><simpara>1 if the column is an unique key</simpara></listitem>
47+
<listitem><simpara>1 if the column is a unique key</simpara></listitem>
4848
</varlistentry>
4949
<varlistentry>
5050
<term><parameter>multiple_key</parameter></term>

reference/datetime/datetimeimmutable/createfromformat.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ Mon, 10 Aug 2020 01:00:00 +0000
683683
<para>
684684
In order to detect overflows in dates, you can use
685685
<methodname>DateTimeImmutable::getLastErrors</methodname>, which will
686-
include a warning if an overflow occured.
686+
include a warning if an overflow occurred.
687687
</para>
688688
<example>
689689
<title>Detecting overflown dates</title>

reference/dio/functions/dio-open.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<refname>dio_open</refname>
66
<refpurpose>
77
Opens a file (creating it if necessary) at a lower level than the
8-
C library input/ouput stream functions allow
8+
C library input/output stream functions allow
99
</refpurpose>
1010
</refnamediv>
1111
<refsect1 role="description">

reference/ev/evtimer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
it&apos;s the timeout value currently configured.
111111
</simpara>
112112
<simpara>
113-
That is, after instanciating an
113+
That is, after instantiating an
114114
<classname>EvTimer</classname>
115115
with an
116116
<parameter>after</parameter>

reference/fann/functions/fann-create-train-from-callback.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<term><parameter>num_output</parameter></term>
4646
<listitem>
4747
<para>
48-
The number of ouputs per training data
48+
The number of outputs per training data
4949
</para>
5050
</listitem>
5151
</varlistentry>
@@ -57,7 +57,7 @@
5757
<simplelist>
5858
<member><literal>num</literal> - The number of the training data set</member>
5959
<member><literal>num_input</literal> - The number of inputs per training data</member>
60-
<member><literal>num_output</literal> - The number of ouputs per training data</member>
60+
<member><literal>num_output</literal> - The number of outputs per training data</member>
6161
</simplelist>
6262
</para>
6363
<para>

reference/fann/functions/fann-create-train.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<term><parameter>num_output</parameter></term>
4444
<listitem>
4545
<para>
46-
The number of ouputs per training data
46+
The number of outputs per training data
4747
</para>
4848
</listitem>
4949
</varlistentry>

reference/filter/constants.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@
984984
<link linkend="ini.default-charset">default_charset</link> INI setting.
985985
If a sequence of bytes is detected that makes up an invalid character
986986
in the current character set then the entire string is rejected
987-
resulting in a empty string being returned.
987+
resulting in an empty string being returned.
988988
</simpara>
989989
</warning>
990990
</listitem>

0 commit comments

Comments
 (0)