summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php.ini-development2
-rw-r--r--php.ini-production2
2 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-development b/php.ini-development
index a5653bee70..40f78d769c 100644
--- a/php.ini-development
+++ b/php.ini-development
@@ -1561,7 +1561,7 @@ session.hash_bits_per_character = 5
; http://php.net/url-rewriter.tags
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
-; Enable upload procgress tracking in $_SESSION
+; Enable upload progress tracking in $_SESSION
; Default Value: On
; Development Value: On
; Production Value: On
diff --git a/php.ini-production b/php.ini-production
index e0ce4d196b..a371459a96 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -1561,7 +1561,7 @@ session.hash_bits_per_character = 5
; http://php.net/url-rewriter.tags
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
-; Enable upload procgress tracking in $_SESSION
+; Enable upload progress tracking in $_SESSION
; Default Value: On
; Development Value: On
; Production Value: On