summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/intl/ERROR_CONVENTIONS.md2
-rw-r--r--ext/ldap/tests/README.md2
-rw-r--r--ext/snmp/tests/README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/intl/ERROR_CONVENTIONS.md b/ext/intl/ERROR_CONVENTIONS.md
index 9ba05ba712..863b9f1b8d 100644
--- a/ext/intl/ERROR_CONVENTIONS.md
+++ b/ext/intl/ERROR_CONVENTIONS.md
@@ -106,7 +106,7 @@ Example:
```c
U_CFUNC PHP_FUNCTION(breakiter_set_text)
{
- /* ... variable declations ... */
+ /* ... variable declarations ... */
BREAKITER_METHOD_INIT_VARS; /* macro also resets global error */
object = getThis();
diff --git a/ext/ldap/tests/README.md b/ext/ldap/tests/README.md
index ef96f7b3c1..77b55e9e04 100644
--- a/ext/ldap/tests/README.md
+++ b/ext/ldap/tests/README.md
@@ -51,7 +51,7 @@ end
```
Now you will have a virtual machine up and running on IP-Address `192.168.10.33`
-listening on port 369 for incomming LDAP-connections. The machine is already
+listening on port 369 for incoming LDAP-connections. The machine is already
configured to execute the LDAP-Tests.
The next step is to go into the PHP-Source-directory. Configure and make the
diff --git a/ext/snmp/tests/README.md b/ext/snmp/tests/README.md
index ce6bf2d4dc..819d43e12d 100644
--- a/ext/snmp/tests/README.md
+++ b/ext/snmp/tests/README.md
@@ -39,7 +39,7 @@ in `snmp_include.inc`.
`/usr/local/etc/snmp/snmpd.conf` on FreeBSD) with `snmpd.conf` supplied.
Before launching daemon make sure that there is no file
-`/var/net-snmp/snmpd.conf`. Delete it if exists. Ingoring to to so will fail
+`/var/net-snmp/snmpd.conf`. Delete it if exists. Forgetting to do so will fail
SNMPv3 tests.
* Place `ext/snmp/tests/bigtest` near `snmpd.conf`, tune path to it in