diff options
author | Craig A. Berry <craigberry@mac.com> | 2007-12-04 13:37:28 +0000 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2007-12-04 13:37:28 +0000 |
commit | c4bd451b3de038d730cdb89394e52b2360cf6c47 (patch) | |
tree | 274a714238c55327a1cb91bef76dce8010e51d9b /pod | |
parent | 5a176cbce82d0ae2fd8e94d132259dfb733ef939 (diff) | |
download | perl-c4bd451b3de038d730cdb89394e52b2360cf6c47.tar.gz |
Typo in 32564.
p4raw-id: //depot/perl@32566
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perltodo.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index c4559ae96f..9e66a8356f 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -641,8 +641,8 @@ Perl's diagnostics (error messages, see L<perldiag>) could use reorganizing so that each error message has its stable-for-all-eternity unique id, categorized by severity, type, and subsystem. (The error messages would be listed in a datafile outside -of the Perl source code, and the source code would only refer the -messages by the is.) This clean-up and regularizing should apply +of the Perl source code, and the source code would only refer to the +messages by the id.) This clean-up and regularizing should apply for all croak() messages. This would enable all sorts of things: easier translation/localization |