Skip to content

Commit 6bb9600

Browse files
authored
[skip ci] Fix some typos (#14893)
1 parent 93c3ebd commit 6bb9600

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/release-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ feature development that cannot go into the new version.
918918
All the changes that are already present in the previous version NEWS should be
919919
removed. It means all bug fixes that went to the previous version as well should
920920
have their entries removed. It is possible to use `grep` to compare the changes.
921-
For exampe if `82/NEWS` is NEWS for PHP 8.2 and `83/NEWS` is NEWS file for PHP 8.3,
921+
For example if `82/NEWS` is NEWS for PHP 8.2 and `83/NEWS` is NEWS file for PHP 8.3,
922922
then following command will show changes present in both files:
923923
924924
```sh
@@ -984,7 +984,7 @@ volunteers to begin the selection process for the next release managers.
984984
985985
Provide the following information in a single email:
986986
987-
- Prefered Unix username (will also become part of location to download RCs,
987+
- Preferred Unix username (will also become part of location to download RCs,
988988
such as `https://downloads.php.net/~derick/`).
989989
- An SSH public key, preferably a new unique one for PHP systems and
990990
projects.

tests/lang/foreachLoop.011.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Changing from an interable type to a non iterable type during the iteration
2+
Changing from an iterable type to a non iterable type during the iteration
33
--FILE--
44
<?php
55
echo "\nChange from array to non iterable:\n";

0 commit comments

Comments
 (0)