Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,7 @@ Marty Pauley <[email protected]>
Martyn Pearce <[email protected]>
Marvin Humphrey <[email protected]>
Masahiro Honma <[email protected]>
Masahiro Iuchi <[email protected]>
Masahiro KAJIURA <[email protected]>
Mashrab Kuvatov <[email protected]>
Mathias Kende <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion amigaos4/amigaio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
2 changes: 1 addition & 1 deletion ext/XS-APItest/t/utf8_warn_base.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ ($)
|$::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;
Expand Down
Loading