Fix typos

This commit is contained in:
Masahiro Iuchi 2025-10-15 09:33:06 +09:00 committed by Lukas Mai
parent 043a9f3327
commit 1a9cfc30d5
3 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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. */

View File

@ -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;