diff options
author | Sascha Schumann <sas@php.net> | 2000-08-24 09:02:56 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-08-24 09:02:56 +0000 |
commit | 7ca4354c221c96f7021f9515489abfaafb9f1fa1 (patch) | |
tree | 4899525e1a7e9d5cc9ad076c8cbc2ef72c63c719 /ext/java/README | |
parent | 0181cae318d2200ea6696a6f00b1ab25d16955d8 (diff) | |
download | php-git-7ca4354c221c96f7021f9515489abfaafb9f1fa1.tar.gz |
Typo
Diffstat (limited to 'ext/java/README')
-rw-r--r-- | ext/java/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/java/README b/ext/java/README index c639eb817d..ceaaf0e6b3 100644 --- a/ext/java/README +++ b/ext/java/README @@ -2,7 +2,7 @@ What is PHP4 ext/java? PHP4 ext/java provides a simple and effective means for creating and invoking methods on Java objects from PHP. The JVM is created using JNI, - and everthing runs in-process. + and everything runs in-process. Two examples are provided, jver and jawt, to illustrate usage of this extension. A few things to note: |