diff options
author | Todd C. Miller <Todd.Miller@courtesan.com> | 2003-03-10 14:00:55 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-11 05:33:10 +0000 |
commit | a6d0563455796929d2aae5a18fb57e80a20f87bd (patch) | |
tree | a5da3d0d721e0306e0e455a5f9ae12a0dcc559c4 /ext/B | |
parent | 38295cca2bcea18247fdba079ba504a69c9fda94 (diff) | |
download | perl-a6d0563455796929d2aae5a18fb57e80a20f87bd.tar.gz |
typos and other minor things
From: "Todd C. Miller" <Todd.Miller@courtesan.com>
Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
p4raw-id: //depot/perl@18904
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/B/Concise.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm index 651304edc2..9954512ba5 100644 --- a/ext/B/B/Concise.pm +++ b/ext/B/B/Concise.pm @@ -779,7 +779,7 @@ default, of course. =item B<-terse> -Use formatting conventions that emulate the ouput of B<B::Terse>. The +Use formatting conventions that emulate the output of B<B::Terse>. The basic mode is almost indistinguishable from the real B<B::Terse>, and the exec mode looks very similar, but is in a more logical order and lacks curly brackets. B<B::Terse> doesn't have a tree mode, so the tree mode |