summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
diff options
context:
space:
mode:
authorAlan Haggai Alavi <alanhaggai@alanhaggai.org>2011-10-11 19:13:19 +0530
committerDavid Golden <dagolden@cpan.org>2011-10-11 11:12:49 -0400
commitac2c88f201c5bf5cf075857d920badef270f258e (patch)
treeaf43aef15e3442261872078e5a58199dfb4bd1bc /pod/perlguts.pod
parent12abbafd1a51949e02d7713f1c7d817eec69cf12 (diff)
downloadperl-ac2c88f201c5bf5cf075857d920badef270f258e.tar.gz
Corrected: 'possible a' => 'possibly a'
Signed-off-by: David Golden <dagolden@cpan.org>
Diffstat (limited to 'pod/perlguts.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 d8f052790d..38ed3e1926 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -597,7 +597,7 @@ The most useful types that will be returned are:
SVt_PVAV Array
SVt_PVHV Hash
SVt_PVCV Code
- SVt_PVGV Glob (possible a file handle)
+ SVt_PVGV Glob (possibly a file handle)
SVt_PVMG Blessed or Magical Scalar
See the F<sv.h> header file for more details.