Skip to content

Commit 462da6e

Browse files
jsorefnikic
authored andcommittedApr 13, 2021
Fix spelling and grammar mistakes
This PR corrects misspellings identified by the check-spelling action. The misspellings have been reported at jsoref/php-src@b6ba3e2#commitcomment-48946465 The action reports that the changes in this PR would make it happy: jsoref/php-src@602417c Closes GH-6822.
1 parent 02557e6 commit 462da6e

File tree

106 files changed

+248
-245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+248
-245
lines changed
 

‎CODING_STANDARDS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This file lists several standards that any programmer adding or changing code in
44
PHP should follow. Since this file was added at a very late stage of the
55
development of PHP v3.0, the code base does not fully follow it, but new
6-
features are going in that general direction. Many sections have been recoded to
6+
features are going in that general direction. Many sections have been rewritten to
77
use these rules.
88

99
## Code implementation

‎NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ PHP NEWS
7878
- MySQLnd:
7979
. Fixed bug #80761 (PDO uses too much memory). (Nikita)
8080

81-
- Opcache:
81+
- OPcache:
8282
. Added inheritance cache. (Dmitry)
8383

8484
- OpenSSL:

0 commit comments

Comments
 (0)
Failed to load comments.