From 5635e93c120a32b80a160af20f2a88d0b36c01df Mon Sep 17 00:00:00 2001 From: Carl Masak Date: Sun, 7 Feb 2010 22:37:16 +0100 Subject: [PATCH] [src/builtins/Role.pir] fixed typo --- src/builtins/Role.pir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builtins/Role.pir b/src/builtins/Role.pir index e720153ee1f..e7cbfc045c9 100644 --- a/src/builtins/Role.pir +++ b/src/builtins/Role.pir @@ -180,7 +180,7 @@ Selects a role based upon type. =item new XXX Because of the way punning is currently handled - look for methods the role -should handles and pun the rest - we end up punning some bits we should not. +should handle and pun the rest - we end up punning some bits we should not. Need a cleaner solution in the end...for now we make sure the new from P6object doesn't get through to here.