Skip to content

Commit 98f2b79

Browse files
msameschclaudepache
authored andcommitted
[skip-revcheck] Fix typo
1 parent b466442 commit 98f2b79

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

reference/datetime/dateinterval/createfromdatestring.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</para>
3737
<para>
3838
To use an ISO-8601 format string like <literal>P7D</literal>, you must
39-
use the contructor.
39+
use the constructor.
4040
</para>
4141
</listitem>
4242
</varlistentry>

reference/session/sessionhandler/close.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
before this handler was activated by <function>session_set_save_handler</function>.
2525
</para>
2626
<para>
27-
If this class is extended by inheritiance, calling the parent <parameter>close</parameter> method will invoke the
27+
If this class is extended by inheritance, calling the parent <parameter>close</parameter> method will invoke the
2828
wrapper for this method and therefore invoke the associated internal callback. This allows the method to be
2929
overridden and or intercepted.
3030
</para>

reference/session/sessionhandler/destroy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
before this handler was set by <function>session_set_save_handler</function>.
2424
</para>
2525
<para>
26-
If this class is extended by inheritiance, calling the parent <parameter>destroy</parameter> method will invoke the
26+
If this class is extended by inheritance, calling the parent <parameter>destroy</parameter> method will invoke the
2727
wrapper for this method and therefore invoke the associated internal callback. This allows this method to be
2828
overridden and or intercepted and filtered.
2929
</para>

reference/session/sessionhandler/gc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
before this handler was set by <function>session_set_save_handler</function>.
2626
</para>
2727
<para>
28-
If this class is extended by inheritiance, calling the parent <parameter>gc</parameter> method will invoke the
28+
If this class is extended by inheritance, calling the parent <parameter>gc</parameter> method will invoke the
2929
wrapper for this method and therefore invoke the associated internal callback. This allows this method to be
3030
overridden and or intercepted and filtered.
3131
</para>

reference/session/sessionhandler/open.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
before this handler was set by <function>session_set_save_handler</function>.
2424
</para>
2525
<para>
26-
If this class is extended by inheritiance, calling the parent <parameter>open</parameter> method will invoke the
26+
If this class is extended by inheritance, calling the parent <parameter>open</parameter> method will invoke the
2727
wrapper for this method and therefore invoke the associated internal callback. This allows this method to be
2828
overridden and or intercepted and filtered.
2929
</para>

reference/session/sessionhandler/read.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<para>
2727
If this class is extended by inheritance, calling the parent <parameter>read</parameter> method will invoke the
2828
wrapper for this method and therefore invoke the associated internal callback. This allows the method to be
29-
overridden and or intercepted and filtered (for example, decrypting <parameter>$data</parameter> value
29+
overridden and or intercepted and filtered (for example, decrypting the <parameter>$data</parameter> value
3030
returned by the parent <parameter>read</parameter> method).
3131
</para>
3232
<para>

reference/session/sessionhandler/write.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
before this handler was set by <function>session_set_save_handler</function>.
2525
</para>
2626
<para>
27-
If this class is extended by inheritiance, calling the parent <parameter>write</parameter> method will invoke the
27+
If this class is extended by inheritance, calling the parent <parameter>write</parameter> method will invoke the
2828
wrapper for this method and therefore invoke the associated internal callback. This allows this method to be
2929
overridden and or intercepted and filtered (for example, encrypting the <parameter>$data</parameter> value
3030
before sending it to the parent <parameter>write</parameter> method).

0 commit comments

Comments
 (0)