Author: chromatic
Date: Wed Dec 10 20:15:22 2008
New Revision: 33790
Modified:
trunk/languages/perl6/src/builtins/op.pir
Log:
[Rakudo] Fixed a typo in an exception message.
Modified: trunk/languages/perl6/src/builtins/op.pir
==============================================================================
--- trunk/languages/perl6/src/builtins/op.pir (original)
+++ trunk/languages/perl6/src/builtins/op.pir Wed Dec 10 20:15:22 2008
@@ -2,7 +2,7 @@
=head1 NAME
-src/builtins/op.pir - Perl6 builtin operators
+src/builtins/op.pir - Perl 6 builtin operators
=head1 Functions
@@ -400,7 +400,7 @@
if $I0 goto one_role
$I0 = isa role, 'List'
if $I0 goto many_roles
- 'die'("'does' expcts a role or a list of roles")
+ 'die'("'does' expects a role or a list of roles")
one_role:
'!keyword_does'(derived, role)