In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/6c34d5cdcda529066016688302cf91b9f1642ee3?hp=c0a087f2577a56bb830a58c406791d8252f7b6d0>
- Log ----------------------------------------------------------------- commit 6c34d5cdcda529066016688302cf91b9f1642ee3 Author: Karl Williamson <k...@cpan.org> Date: Mon Mar 12 11:26:17 2018 -0600 perl_langinfo.h: Fix typo in comment ----------------------------------------------------------------------- Summary of changes: perl_langinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl_langinfo.h b/perl_langinfo.h index ff96b384e1..60c189b837 100644 --- a/perl_langinfo.h +++ b/perl_langinfo.h @@ -13,7 +13,7 @@ /* NOTE that this file is parsed by ext/XS-APItest/t/locale.t, so be careful * with changes */ -/* If foo doesn't exist deine it to a negative number. */ +/* If foo doesn't exist define it to a negative number. */ #ifndef CODESET # define CODESET -1 -- Perl5 Master Repository