diff --git a/reference/ftp/functions/ftp-alloc.xml b/reference/ftp/functions/ftp-alloc.xml
index e2829ef66a..79c7fb2762 100644
--- a/reference/ftp/functions/ftp-alloc.xml
+++ b/reference/ftp/functions/ftp-alloc.xml
@@ -84,7 +84,7 @@ $login_result = ftp_login($conn_id, 'anonymous', 'user@example.com');
if (ftp_alloc($conn_id, filesize($file), $result)) {
echo "Space successfully allocated on server. Sending $file.\n";
- ftp_put($conn_id, '/incomming/myfile', $file, FTP_BINARY);
+ ftp_put($conn_id, '/incoming/myfile', $file, FTP_BINARY);
} else {
echo "Unable to allocate space on server. Server said: $result\n";
}
diff --git a/reference/ftp/functions/ftp-nb-continue.xml b/reference/ftp/functions/ftp-nb-continue.xml
index 6d33d34259..4b74aadc7f 100644
--- a/reference/ftp/functions/ftp-nb-continue.xml
+++ b/reference/ftp/functions/ftp-nb-continue.xml
@@ -46,7 +46,7 @@
The signed amount to add to the current field. If the amount is positive,
- the instant will be moved forward; if it is negative, the instant wil be
+ the instant will be moved forward; if it is negative, the instant will be
moved into the past. The unit is implicit to the field type. For instance,
hours for IntlCalendar::FIELD_HOUR_OF_DAY.
diff --git a/reference/mysqli/mysqli/poll.xml b/reference/mysqli/mysqli/poll.xml
index 65f00ad5a8..020a94b9b8 100644
--- a/reference/mysqli/mysqli/poll.xml
+++ b/reference/mysqli/mysqli/poll.xml
@@ -51,7 +51,7 @@
error
- List of connections on which an error occured, for example, query
+ List of connections on which an error occurred, for example, query
failure or lost connection.
diff --git a/reference/sockets/functions/socket-get-option.xml b/reference/sockets/functions/socket-get-option.xml
index 158aaa7d3a..a52dfb00c7 100644
--- a/reference/sockets/functions/socket-get-option.xml
+++ b/reference/sockets/functions/socket-get-option.xml
@@ -321,7 +321,7 @@
MCAST_LEAVE_SOURCE_GROUP
Stop receiving packets destined to a specific multicast group whose
- soure address matches a specific value. (added in PHP 5.4)
+ source address matches a specific value. (added in PHP 5.4)
array with the same format as
diff --git a/reference/zip/ziparchive/count.xml b/reference/zip/ziparchive/count.xml
index d8f50b93d5..cd733dfc58 100644
--- a/reference/zip/ziparchive/count.xml
+++ b/reference/zip/ziparchive/count.xml
@@ -3,7 +3,7 @@
ZipArchive::count
- Counts the number of files in the achive
+ Counts the number of files in the archive