Skip to content

Commit 1a9cfc3

Browse files
masiuchimauke
authored andcommitted
Fix typos
1 parent 043a9f3 commit 1a9cfc3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,7 @@ Marty Pauley <[email protected]>
940940
Martyn Pearce <[email protected]>
941941
Marvin Humphrey <[email protected]>
942942
Masahiro Honma <[email protected]>
943+
Masahiro Iuchi <[email protected]>
943944
Masahiro KAJIURA <[email protected]>
944945
Mashrab Kuvatov <[email protected]>
945946
Mathias Kende <[email protected]>

amigaos4/amigaio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ int amigaos_kill(Pid_t pid, int signal)
380380
}
381381
}
382382
IExec->ReleaseSemaphore(&fork_array_sema);
383-
/* Allow the C library to work out which signals are realy valid */
383+
/* Allow the C library to work out which signals are really valid */
384384
if(thistask)
385385
{
386386
/* A quirk in newlib kill handling means it's better to call raise() rather than kill on out own task. */

ext/XS-APItest/t/utf8_warn_base.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ ($)
10971097
|$::UNICODE_DISALLOW_SURROGATE;
10981098
$controlling_warning_category = 'non_unicode';
10991099

1100-
if ($will_overflow) { # This is realy a malformation
1100+
if ($will_overflow) { # This is really a malformation
11011101
$non_cp_trailing_text = "if you see this, there is an error";
11021102
$cp_message_qr = qr/\Q$non_cp_trailing_text\E/;
11031103
$initially_malformed = 1;

0 commit comments

Comments
 (0)