Skip to content

Commit 38f388f

Browse files
TysonAndrecmb69
authored andcommitted
Fix miscellaneous typos in docs
1 parent 550a2df commit 38f388f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

UPGRADING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ PHP 7.4 UPGRADE NOTES
673673
generated for exceptions.
674674

675675
- opcache.preload_user
676-
. New INI directive to specifiy the user account under which preloading code
676+
. New INI directive to specify the user account under which preloading code
677677
is executed, if it was to be run as root otherwise (which is not allowed
678678
for security reasons).
679679

@@ -702,7 +702,7 @@ PHP 7.4 UPGRADE NOTES
702702

703703
- The OpenSSL default config path has been changed to
704704
"C:\Program Files\Common Files\SSL\openssl.cnf" and
705-
"C:\Program Files (x86)\Common Files\SSL\openssl.cnf", repectively.
705+
"C:\Program Files (x86)\Common Files\SSL\openssl.cnf", respectively.
706706

707707
========================================
708708
13. Migration to pkg-config

ext/intl/ERROR_CONVENTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Example:
106106
```c
107107
U_CFUNC PHP_FUNCTION(breakiter_set_text)
108108
{
109-
/* ... variable declations ... */
109+
/* ... variable declarations ... */
110110
BREAKITER_METHOD_INIT_VARS; /* macro also resets global error */
111111
object = getThis();
112112

ext/ldap/tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ end
5151
```
5252

5353
Now you will have a virtual machine up and running on IP-Address `192.168.10.33`
54-
listening on port 369 for incomming LDAP-connections. The machine is already
54+
listening on port 369 for incoming LDAP-connections. The machine is already
5555
configured to execute the LDAP-Tests.
5656

5757
The next step is to go into the PHP-Source-directory. Configure and make the

ext/snmp/tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ in `snmp_include.inc`.
3939
`/usr/local/etc/snmp/snmpd.conf` on FreeBSD) with `snmpd.conf` supplied.
4040

4141
Before launching daemon make sure that there is no file
42-
`/var/net-snmp/snmpd.conf`. Delete it if exists. Ingoring to to so will fail
42+
`/var/net-snmp/snmpd.conf`. Delete it if exists. Forgetting to do so will fail
4343
SNMPv3 tests.
4444

4545
* Place `ext/snmp/tests/bigtest` near `snmpd.conf`, tune path to it in

php.ini-development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1940,7 +1940,7 @@ ldap.max_links = -1
19401940
;openssl.capath=
19411941

19421942
[ffi]
1943-
; FFI API restriction. Possibe values:
1943+
; FFI API restriction. Possible values:
19441944
; "preload" - enabled in CLI scripts and preloaded files (default)
19451945
; "false" - always disabled
19461946
; "true" - always enabled

sapi/phpdbg/xml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ set
516516

517517
### prompt ###
518518

519-
- without other args, a <setpromt str="" /> tag is emitted where the value of the str attribue is the value of the prompt
519+
- without other args, a <setpromt str="" /> tag is emitted where the value of the str attribute is the value of the prompt
520520
- when there is another arg, the prompt is changed to that arg, no further xml answer
521521

522522
### break ###

0 commit comments

Comments
 (0)