mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
Fix typos
This commit is contained in:
parent
043a9f3327
commit
1a9cfc30d5
1
AUTHORS
1
AUTHORS
@ -940,6 +940,7 @@ Marty Pauley <marty+p5p@kasei.com>
|
||||
Martyn Pearce <martyn@inpharmatica.co.uk>
|
||||
Marvin Humphrey <marvin@rectangular.com>
|
||||
Masahiro Honma <hira.tara@gmail.com>
|
||||
Masahiro Iuchi <masahiro.iuchi@gmail.com>
|
||||
Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
|
||||
Mashrab Kuvatov <kmashrab@uni-bremen.de>
|
||||
Mathias Kende <mathias@cpan.org>
|
||||
|
||||
@ -380,7 +380,7 @@ int amigaos_kill(Pid_t pid, int signal)
|
||||
}
|
||||
}
|
||||
IExec->ReleaseSemaphore(&fork_array_sema);
|
||||
/* Allow the C library to work out which signals are realy valid */
|
||||
/* Allow the C library to work out which signals are really valid */
|
||||
if(thistask)
|
||||
{
|
||||
/* A quirk in newlib kill handling means it's better to call raise() rather than kill on out own task. */
|
||||
|
||||
@ -1097,7 +1097,7 @@ foreach my $test (@tests) {
|
||||
|$::UNICODE_DISALLOW_SURROGATE;
|
||||
$controlling_warning_category = 'non_unicode';
|
||||
|
||||
if ($will_overflow) { # This is realy a malformation
|
||||
if ($will_overflow) { # This is really a malformation
|
||||
$non_cp_trailing_text = "if you see this, there is an error";
|
||||
$cp_message_qr = qr/\Q$non_cp_trailing_text\E/;
|
||||
$initially_malformed = 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user