From d0de2155f919626323ac745b7a406f39d3077af0 Mon Sep 17 00:00:00 2001 From: Michael <65680649+michaelg100@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:50:33 -0400 Subject: [PATCH 1/2] Update release-process.md --- docs/release-process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-process.md b/docs/release-process.md index 87f0d653f0dec..c1daa47156970 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -918,7 +918,7 @@ feature development that cannot go into the new version. All the changes that are already present in the previous version NEWS should be removed. It means all bug fixes that went to the previous version as well should have their entries removed. It is possible to use `grep` to compare the changes. - For exampe if `82/NEWS` is NEWS for PHP 8.2 and `83/NEWS` is NEWS file for PHP 8.3, + For example if `82/NEWS` is NEWS for PHP 8.2 and `83/NEWS` is NEWS file for PHP 8.3, then following command will show changes present in both files: ```sh @@ -984,7 +984,7 @@ volunteers to begin the selection process for the next release managers. Provide the following information in a single email: - - Prefered Unix username (will also become part of location to download RCs, + - Preferred Unix username (will also become part of location to download RCs, such as `https://downloads.php.net/~derick/`). - An SSH public key, preferably a new unique one for PHP systems and projects. From 1471b65904c1e85db8c8b76d8d72c136bcb15d2d Mon Sep 17 00:00:00 2001 From: Michael <65680649+michaelg100@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:51:20 -0400 Subject: [PATCH 2/2] Update foreachLoop.011.phpt --- tests/lang/foreachLoop.011.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lang/foreachLoop.011.phpt b/tests/lang/foreachLoop.011.phpt index ee7066dc35003..9d89856cac56d 100644 --- a/tests/lang/foreachLoop.011.phpt +++ b/tests/lang/foreachLoop.011.phpt @@ -1,5 +1,5 @@ --TEST-- -Changing from an interable type to a non iterable type during the iteration +Changing from an iterable type to a non iterable type during the iteration --FILE--