diff options
Diffstat (limited to 'pod/perlfork.pod')
-rw-r--r-- | pod/perlfork.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfork.pod b/pod/perlfork.pod index d930e9396e..a3dbf08a71 100644 --- a/pod/perlfork.pod +++ b/pod/perlfork.pod @@ -51,7 +51,7 @@ pseudo-processes are launched after others have been wait()-ed on. =item %ENV -Each pseudo-process maintains its own virtual enviroment. Modifications +Each pseudo-process maintains its own virtual environment. Modifications to %ENV affect the virtual environment, and are only visible within that pseudo-process, and in any processes (or pseudo-processes) launched from it. |