]> granicus.if.org Git - php/commitdiff
Typo
authorSascha Schumann <sas@php.net>
Thu, 24 Aug 2000 09:02:56 +0000 (09:02 +0000)
committerSascha Schumann <sas@php.net>
Thu, 24 Aug 2000 09:02:56 +0000 (09:02 +0000)
ext/java/README
ext/rpc/java/README

index c639eb817de4ae5db9cf4d917fc7b9325afa7b73..ceaaf0e6b3ad9cae59acec5ca427315ed5f67618 100644 (file)
@@ -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:
index c639eb817de4ae5db9cf4d917fc7b9325afa7b73..ceaaf0e6b3ad9cae59acec5ca427315ed5f67618 100644 (file)
@@ -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: