cvsuser 04/02/25 13:55:24
Modified: ops object.ops
docs/pdds pdd15_objects.pod
Log:
Typo fixes
Revision Changes Path
1.30 +1 -1 parrot/ops/object.ops
Index: object.ops
===================================================================
RCS file: /cvs/public/parrot/ops/object.ops,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -w -r1.29 -r1.30
--- object.ops 25 Feb 2004 21:32:05 -0000 1.29
+++ object.ops 25 Feb 2004 21:55:18 -0000 1.30
@@ -322,7 +322,7 @@
=item B<classoffset>(out INT, in PMC, in STR)
Returns the offset of the first attribute for class $3 in object $2.
-Throws an exception $3 isn't in $2's hierarchy.
+Throws an exception if $3 isn't in $2's hierarchy.
=cut
1.28 +2 -2 parrot/docs/pdds/pdd15_objects.pod
Index: pdd15_objects.pod
===================================================================
RCS file: /cvs/public/parrot/docs/pdds/pdd15_objects.pod,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -w -r1.27 -r1.28
--- pdd15_objects.pod 25 Feb 2004 16:57:02 -0000 1.27
+++ pdd15_objects.pod 25 Feb 2004 21:55:24 -0000 1.28
@@ -334,7 +334,7 @@
=item callmethod Sz
-call a method. If the method name is provided, we find the PMC for the named
+Call a method. If the method name is provided, we find the PMC for the named
method and put it in the sub/method slot. If no name is provided we
assume that all the calling conventions have already been set up and
the method PMC is already in the proper place.
@@ -348,7 +348,7 @@
and put it in the method slot. If a method name isn't provided then we
assume that things are already properly set up.
-=item tailcalamethod
+=item tailcallmethod
=item tailcallmethod Sx