summaryrefslogtreecommitdiff
path: root/ext/MIME
diff options
context:
space:
mode:
authorElizabeth Mattijsen <liz@dijkmat.nl>2002-06-26 22:27:25 +0200
committerAbhijit Menon-Sen <ams@wiw.org>2002-06-27 02:39:13 +0000
commit1f98619cb62cbdba0c065a08db3a473f792b731c (patch)
tree7b93fd58961c0c233cb5e7a979a52b5db4addd69 /ext/MIME
parent15e44fd86a5871862b91224f8af15fd19c795fd7 (diff)
downloadperl-1f98619cb62cbdba0c065a08db3a473f792b731c.tar.gz
Subject: [DOC PATCH] DynaLoader.pm
Date: Wed, 26 Jun 2002 20:27:25 +0200 Message-Id: <4.2.0.58.20020626202637.025db610@mickey.dijkmat.nl> Subject: [DOC PATCH] Base64.pm From: Elizabeth Mattijsen <liz@dijkmat.nl> Date: Thu, 27 Jun 2002 00:54:10 +0200 Message-Id: <4.2.0.58.20020627005340.02c74550@mickey.dijkmat.nl> p4raw-id: //depot/perl@17368
Diffstat (limited to 'ext/MIME')
-rw-r--r--ext/MIME/Base64/Base64.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/MIME/Base64/Base64.pm b/ext/MIME/Base64/Base64.pm
index f29c889621..29fb7d537e 100644
--- a/ext/MIME/Base64/Base64.pm
+++ b/ext/MIME/Base64/Base64.pm
@@ -48,7 +48,7 @@ silently ignored. Characters occuring after a '=' padding character
are never decoded.
If the length of the string to decode (after ignoring
-non-base64 chars) is not a multiple of 4 or padding occurs too ealy,
+non-base64 chars) is not a multiple of 4 or padding occurs too early,
then a warning is generated if perl is running under C<-w>.
=back