diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-02-11 16:29:51 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-02-11 16:29:51 +0000 |
commit | 3e845aaea4f5da765c16a625b09d000998abb7c5 (patch) | |
tree | e171c591d17320266dee8a739a95bbb1b6cfa696 /sapi/servlet | |
parent | 5aa01584524483ec45c06ac5b763d27e11f2ef3b (diff) | |
download | php-git-3e845aaea4f5da765c16a625b09d000998abb7c5.tar.gz |
Fugbix typo.
Diffstat (limited to 'sapi/servlet')
-rw-r--r-- | sapi/servlet/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/servlet/README b/sapi/servlet/README index 779a297064..13c940fd77 100644 --- a/sapi/servlet/README +++ b/sapi/servlet/README @@ -8,7 +8,7 @@ Java Servlet SAPI Module for PHP 4 Jakarta Tomcat [1]. It builds upon the mechanism defined by PHP's Java Extension, which can be found in /php4/ext/java. - The primary advanatage of this from a PHP perspective is that web + The primary advantage of this from a PHP perspective is that web servers which support servlets typically take great care in pooling and reusing Java Virtual Machines (JVMs). |