[doc-en] master: [skip-revcheck] Fix typo

From: Date: Fri, 26 Aug 2022 12:29:20 +0000
Subject: [doc-en] master: [skip-revcheck] Fix typo
Groups: php.doc.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
Author: Martin Samesch (msamesch)
Date: 2022-08-26T14:20:50+02:00

Commit: https://github.com/php/doc-en/commit/281d618901d7a86f5dbaad966e2705ef12772627
Raw diff: https://github.com/php/doc-en/commit/281d618901d7a86f5dbaad966e2705ef12772627.diff

[skip-revcheck] Fix typo

Changed paths:
  M  reference/datetime/dateinterval/createfromdatestring.xml
  M  reference/session/sessionhandler/close.xml
  M  reference/session/sessionhandler/destroy.xml
  M  reference/session/sessionhandler/gc.xml
  M  reference/session/sessionhandler/open.xml
  M  reference/session/sessionhandler/read.xml
  M  reference/session/sessionhandler/write.xml


Diff:

diff --git a/reference/datetime/dateinterval/createfromdatestring.xml
b/reference/datetime/dateinterval/createfromdatestring.xml
index 832143c943d..f213263b4ed 100644
--- a/reference/datetime/dateinterval/createfromdatestring.xml
+++ b/reference/datetime/dateinterval/createfromdatestring.xml
@@ -36,7 +36,7 @@
       </para>
       <para>
        To use an ISO-8601 format string like <literal>P7D</literal>, you must
-       use the contructor.
+       use the constructor.
       </para>
      </listitem>
     </varlistentry>
diff --git a/reference/session/sessionhandler/close.xml b/reference/session/sessionhandler/close.xml
index dc5429dbcb9..de930348eb0 100644
--- a/reference/session/sessionhandler/close.xml
+++ b/reference/session/sessionhandler/close.xml
@@ -24,7 +24,7 @@
    before this handler was activated by <function>session_set_save_handler</function>.
   </para>
   <para>
-   If this class is extended by inheritiance, calling the parent
<parameter>close</parameter> method will invoke the
+   If this class is extended by inheritance, calling the parent
<parameter>close</parameter> method will invoke the
    wrapper for this method and therefore invoke the associated internal callback.  This allows the
method to be
    overridden and or intercepted.
   </para>
diff --git a/reference/session/sessionhandler/destroy.xml
b/reference/session/sessionhandler/destroy.xml
index 204d4049794..4e55e8ce1c7 100644
--- a/reference/session/sessionhandler/destroy.xml
+++ b/reference/session/sessionhandler/destroy.xml
@@ -23,7 +23,7 @@
    before this handler was set by <function>session_set_save_handler</function>.
   </para>
   <para>
-   If this class is extended by inheritiance, calling the parent
<parameter>destroy</parameter> method will invoke the
+   If this class is extended by inheritance, calling the parent
<parameter>destroy</parameter> method will invoke the
    wrapper for this method and therefore invoke the associated internal callback.  This allows this
method to be
    overridden and or intercepted and filtered.
   </para>
diff --git a/reference/session/sessionhandler/gc.xml b/reference/session/sessionhandler/gc.xml
index aef75fb75ef..a34544ac591 100644
--- a/reference/session/sessionhandler/gc.xml
+++ b/reference/session/sessionhandler/gc.xml
@@ -25,7 +25,7 @@
    before this handler was set by <function>session_set_save_handler</function>.
   </para>
   <para>
-   If this class is extended by inheritiance, calling the parent
<parameter>gc</parameter> method will invoke the
+   If this class is extended by inheritance, calling the parent
<parameter>gc</parameter> method will invoke the
    wrapper for this method and therefore invoke the associated internal callback.  This allows this
method to be
    overridden and or intercepted and filtered.
   </para>
diff --git a/reference/session/sessionhandler/open.xml b/reference/session/sessionhandler/open.xml
index 561d5f5f386..981f0b4a14d 100644
--- a/reference/session/sessionhandler/open.xml
+++ b/reference/session/sessionhandler/open.xml
@@ -23,7 +23,7 @@
    before this handler was set by <function>session_set_save_handler</function>.
   </para>
   <para>
-   If this class is extended by inheritiance, calling the parent
<parameter>open</parameter> method will invoke the
+   If this class is extended by inheritance, calling the parent
<parameter>open</parameter> method will invoke the
    wrapper for this method and therefore invoke the associated internal callback.  This allows this
method to be
    overridden and or intercepted and filtered.
   </para>
diff --git a/reference/session/sessionhandler/read.xml b/reference/session/sessionhandler/read.xml
index 3ef5642c804..efaba28ffab 100644
--- a/reference/session/sessionhandler/read.xml
+++ b/reference/session/sessionhandler/read.xml
@@ -26,7 +26,7 @@
   <para>
    If this class is extended by inheritance, calling the parent
<parameter>read</parameter> method will invoke the
    wrapper for this method and therefore invoke the associated internal callback.  This allows the
method to be
-   overridden and or intercepted and filtered (for example, decrypting
<parameter>$data</parameter> value
+   overridden and or intercepted and filtered (for example, decrypting the
<parameter>$data</parameter> value
    returned by the parent <parameter>read</parameter> method).
   </para>
   <para>
diff --git a/reference/session/sessionhandler/write.xml b/reference/session/sessionhandler/write.xml
index 05c915a5e50..34b87dc6e18 100644
--- a/reference/session/sessionhandler/write.xml
+++ b/reference/session/sessionhandler/write.xml
@@ -24,7 +24,7 @@
    before this handler was set by <function>session_set_save_handler</function>.
   </para>
   <para>
-   If this class is extended by inheritiance, calling the parent
<parameter>write</parameter> method will invoke the
+   If this class is extended by inheritance, calling the parent
<parameter>write</parameter> method will invoke the
    wrapper for this method and therefore invoke the associated internal callback.  This allows this
method to be
    overridden and or intercepted and filtered (for example, encrypting the
<parameter>$data</parameter> value
    before sending it to the parent <parameter>write</parameter> method).


Thread (1 message)

  • Martin Samesch
« previous php.doc.cvs (#19870) next »