Skip to content

Commit 0cf6af0

Browse files
committed
Fix typos
1 parent 043a9f3 commit 0cf6af0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

cpan/IO-Compress/bin/zipdetails

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7943,7 +7943,7 @@ sequence may have been a false-positive, so before starting the scan for
79437943
the next resord, it will rewind to the location in the file directly after
79447944
the 4-byte sequecce it just processed. This means it will rescan data that
79457945
has already been processed. For very lage zip files the C<--scan> option
7946-
can be really realy slow, so trying the C<--walk> option first.
7946+
can be really really slow, so trying the C<--walk> option first.
79477947
79487948
B<Important Note>: If the zip file being processed contains one or more
79497949
nested zip files, and the outer zip file uses the C<STORE> compression

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)