diff --git a/reference/datetime/dateinterval/createfromdatestring.xml b/reference/datetime/dateinterval/createfromdatestring.xml
index 832143c943d4..f213263b4ed0 100644
--- a/reference/datetime/dateinterval/createfromdatestring.xml
+++ b/reference/datetime/dateinterval/createfromdatestring.xml
@@ -36,7 +36,7 @@
To use an ISO-8601 format string like P7D, you must
- use the contructor.
+ use the constructor.
diff --git a/reference/session/sessionhandler/close.xml b/reference/session/sessionhandler/close.xml
index dc5429dbcb92..de930348eb05 100644
--- a/reference/session/sessionhandler/close.xml
+++ b/reference/session/sessionhandler/close.xml
@@ -24,7 +24,7 @@
before this handler was activated by session_set_save_handler.
- If this class is extended by inheritiance, calling the parent close method will invoke the
+ If this class is extended by inheritance, calling the parent close 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.
diff --git a/reference/session/sessionhandler/destroy.xml b/reference/session/sessionhandler/destroy.xml
index 204d4049794c..4e55e8ce1c7e 100644
--- a/reference/session/sessionhandler/destroy.xml
+++ b/reference/session/sessionhandler/destroy.xml
@@ -23,7 +23,7 @@
before this handler was set by session_set_save_handler.
- If this class is extended by inheritiance, calling the parent destroy method will invoke the
+ If this class is extended by inheritance, calling the parent destroy 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.
diff --git a/reference/session/sessionhandler/gc.xml b/reference/session/sessionhandler/gc.xml
index aef75fb75ef7..a34544ac591d 100644
--- a/reference/session/sessionhandler/gc.xml
+++ b/reference/session/sessionhandler/gc.xml
@@ -25,7 +25,7 @@
before this handler was set by session_set_save_handler.
- If this class is extended by inheritiance, calling the parent gc method will invoke the
+ If this class is extended by inheritance, calling the parent gc 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.
diff --git a/reference/session/sessionhandler/open.xml b/reference/session/sessionhandler/open.xml
index 561d5f5f386a..981f0b4a14dc 100644
--- a/reference/session/sessionhandler/open.xml
+++ b/reference/session/sessionhandler/open.xml
@@ -23,7 +23,7 @@
before this handler was set by session_set_save_handler.
- If this class is extended by inheritiance, calling the parent open method will invoke the
+ If this class is extended by inheritance, calling the parent open 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.
diff --git a/reference/session/sessionhandler/read.xml b/reference/session/sessionhandler/read.xml
index 3ef5642c804e..efaba28ffab2 100644
--- a/reference/session/sessionhandler/read.xml
+++ b/reference/session/sessionhandler/read.xml
@@ -26,7 +26,7 @@
If this class is extended by inheritance, calling the parent read 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 $data value
+ overridden and or intercepted and filtered (for example, decrypting the $data value
returned by the parent read method).
diff --git a/reference/session/sessionhandler/write.xml b/reference/session/sessionhandler/write.xml
index 05c915a5e506..34b87dc6e183 100644
--- a/reference/session/sessionhandler/write.xml
+++ b/reference/session/sessionhandler/write.xml
@@ -24,7 +24,7 @@
before this handler was set by session_set_save_handler.
- If this class is extended by inheritiance, calling the parent write method will invoke the
+ If this class is extended by inheritance, calling the parent write 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 $data value
before sending it to the parent write method).