diff options
author | Steve Peters <steve@fisharerojo.org> | 2005-11-05 01:39:51 +0000 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2005-11-05 01:39:51 +0000 |
commit | 62726f235154035f7133dd6a159de4ffbbfb0cdb (patch) | |
tree | 5f632dc7a9c356685994dc24659f7f4320c4cb75 /opcode.pl | |
parent | c960fc3b3086016b5cf3008030dd5aa01b2db20d (diff) | |
download | perl-62726f235154035f7133dd6a159de4ffbbfb0cdb.tar.gz |
Typos in opcode.pl this time.
p4raw-id: //depot/perl@26008
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -74,8 +74,8 @@ my @raw_alias = ( Perl_pp_shmwrite => [qw(shmread msgsnd msgrcv semop)], Perl_pp_send => ['syswrite'], Perl_pp_defined => [qw(dor dorassign)], - Perl_pp_and => ['and'], - Perl_pp_or => ['or'], + Perl_pp_and => ['andassign'], + Perl_pp_or => ['orassign'], ); while (my ($func, $names) = splice @raw_alias, 0, 2) { |