diff options
author | Karl Williamson <khw@cpan.org> | 2015-12-14 19:50:39 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-12-14 20:28:04 -0700 |
commit | 6908751beba250088d670895cd1f619a0d3193d4 (patch) | |
tree | 4ef3e321955ae9b517263e02b8af3a6266fa6d9c /lib | |
parent | c79568469440bc59bb737d8deb977d5105fc09af (diff) | |
download | perl-6908751beba250088d670895cd1f619a0d3193d4.tar.gz |
lib/meta_notation.pm: Fix typo in comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/meta_notation.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/meta_notation.pm b/lib/meta_notation.pm index 2f85cd30c5..a5e9cdd636 100644 --- a/lib/meta_notation.pm +++ b/lib/meta_notation.pm @@ -4,7 +4,7 @@ use warnings; # A tiny private library routine which is a helper to several Perl core # modules, to allow a paradigm to be implemented in a single place. The name, # contents, or even the existence of this file may be changed at any time and -# are NOT to be used by anthing outside the Perl core. +# are NOT to be used by anything outside the Perl core. sub _meta_notation ($) { |