# New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81860] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81860 > --- cpan/Term-ANSIColor/ChangeLog | 2 +- cpan/Term-ANSIColor/t/basic.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpan/Term-ANSIColor/ChangeLog b/cpan/Term-ANSIColor/ChangeLog index 589496b..e570644 100644 --- a/cpan/Term-ANSIColor/ChangeLog +++ b/cpan/Term-ANSIColor/ChangeLog @@ -295,7 +295,7 @@ * test.pl: New file. * ANSIColor.pm: [Revision 0.7] Changed the codes so that reset is - always consistantly "\e[0m". + always consistently "\e[0m". * ANSIColor.pm: [Revision 0.6] Added $EACHLINE and support to colored() for it so that attributes can be reset around every diff --git a/cpan/Term-ANSIColor/t/basic.t b/cpan/Term-ANSIColor/t/basic.t index c6fed3e..646f98d 100644 --- a/cpan/Term-ANSIColor/t/basic.t +++ b/cpan/Term-ANSIColor/t/basic.t @@ -86,7 +86,7 @@ is ((POPCOLOR "text"), "\e[0mtext", 'POPCOLOR with empty stack'); # Test push and pop support with the syntax from the original openmethods.com # submission, which uses a different coding style. is (PUSHCOLOR (RED ON_GREEN), "\e[31m\e[42m", - 'PUSHCOLOR with explict argument'); + 'PUSHCOLOR with explicit argument'); is (PUSHCOLOR (BLUE), "\e[34m", '...and another explicit argument'); is (RESET . BLUE . "text", "\e[0m\e[34mtext", '...and constants with concatenation'); -- 1.7.3.3