diff --git a/reference/session/ini.xml b/reference/session/ini.xml
index b41677a3b7..edb0dcc58d 100644
--- a/reference/session/ini.xml
+++ b/reference/session/ini.xml
@@ -804,7 +804,7 @@
If $_POST[ini_get("session.upload_progress.name")]
- is not passed available, upload progressing will not be recorded.
+ is not passed or available, upload progressing will not be recorded.
Defaults to "PHP_SESSION_UPLOAD_PROGRESS".
@@ -820,7 +820,7 @@
Defines how often the upload progress information should be updated.
- This can be defined in bytes (i.e. "update progress information after every 100 bytes"), or in percentages (i.e. "update progress information after recieving every 1% of the whole filesize).
+ This can be defined in bytes (i.e. "update progress information after every 100 bytes"), or in percentages (i.e. "update progress information after receiving every 1% of the whole filesize).
Defaults to "1%".