Skip to content

Commit 130701d

Browse files
Remove duplicate words (#4280)
* Remove duplicate the * Remove duplicate that
1 parent 44b94f5 commit 130701d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

reference/datetime/constants.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<simpara>
120120
This format allows for year ranges outside of ISO-8601's normal range
121121
of <literal>0000</literal>-<literal>9999</literal> by always
122-
including a sign character. It also addresses that that timezone part
122+
including a sign character. It also ensures that the timezone part
123123
(<literal>+01:00</literal>) is compatible with ISO-8601.
124124
</simpara>
125125
</note>

reference/datetime/datetimeinterface.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<simpara>
213213
This format allows for year ranges outside of ISO-8601's normal range
214214
of <literal>0000</literal>-<literal>9999</literal> by always
215-
including a sign character. It also addresses that that timezone part
215+
including a sign character. It also ensures that the timezone part
216216
(<literal>+01:00</literal>) is compatible with ISO-8601.
217217
</simpara>
218218
</note>

reference/filesystem/functions/dirname.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<refname>dirname</refname>
66
<refpurpose>Returns a parent directory's path</refpurpose>
77
</refnamediv>
8-
8+
99
<refsect1 role="description">
1010
&reftitle.description;
1111
<methodsynopsis>
@@ -27,20 +27,20 @@
2727
</note>
2828
<caution>
2929
<para>
30-
On Windows, <function>dirname</function> assumes the currently set codepage, so for it to see the
31-
correct directory name with multibyte character paths, the matching codepage must
30+
On Windows, <function>dirname</function> assumes the currently set codepage, so for it to see the
31+
correct directory name with multibyte character paths, the matching codepage must
3232
be set.
3333
If <parameter>path</parameter> contains characters which are invalid for the
3434
current codepage, the behavior of <function>dirname</function> is undefined.
3535
</para>
3636
<para>
3737
On other systems, <function>dirname</function> assumes <parameter>path</parameter>
38-
to be encoded in an ASCII compatible encoding. Otherwise the behavior of the
38+
to be encoded in an ASCII compatible encoding. Otherwise, the behavior of
3939
the function is undefined.
4040
</para>
4141
</caution>
4242
</refsect1>
43-
43+
4444
<refsect1 role="parameters">
4545
&reftitle.parameters;
4646
<para>

0 commit comments

Comments
 (0)