summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorReini Urban <rurban@x-ray.at>2010-01-04 18:39:00 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2010-01-04 23:01:57 +0100
commit1a64a5e6c710ac493fe0339fdf240f512a934369 (patch)
treef30184a77d65fb67ea939b911634736d661991f3 /pod
parente7d4c058845c9a631bdd27ea950b98a834dcc0ac (diff)
downloadperl-1a64a5e6c710ac493fe0339fdf240f512a934369.tar.gz
perlguts: mutli-threaded typo
-- Reini Urban http://phpwiki.org/ http://murbreak.at/ From 76ebe81f50d97e606c4243d5060d4749f7408deb Mon Sep 17 00:00:00 2001 From: Reini Urban <rurban@x-ray.at> Date: Mon, 4 Jan 2010 18:09:25 +0000 Subject: [PATCH 1/2] perlguts: mutli-threaded typo Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Diffstat (limited to 'pod')
-rw-r--r--pod/perlguts.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index ac04d97e11..8428fe300e 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -1895,7 +1895,7 @@ MULTIPLICITY build has a C structure that packages all the interpreter
state. With multiplicity-enabled perls, PERL_IMPLICIT_CONTEXT is also
normally defined, and enables the support for passing in a "hidden" first
argument that represents all three data structures. MULTIPLICITY makes
-mutli-threaded perls possible (with the ithreads threading model, related
+multi-threaded perls possible (with the ithreads threading model, related
to the macro USE_ITHREADS.)
Two other "encapsulation" macros are the PERL_GLOBAL_STRUCT and