Author: ambs Date: Fri Apr 21 12:55:31 2006 New Revision: 12392 Modified: trunk/docs/embed.pod
Log: fixed typo Modified: trunk/docs/embed.pod ============================================================================== --- trunk/docs/embed.pod (original) +++ trunk/docs/embed.pod Fri Apr 21 12:55:31 2006 @@ -203,7 +203,7 @@ Allocates and returns a new Parrot interpreter. C<parent> is NULL for the main interpreter that will be destroyed last. -=item C<void Parrot_setflag(Parrot_Interp, Parrot_Interp_flag, Parrot_Interp_flag_val)> +=item C<void Parrot_setflags(Parrot_Interp, Parrot_Interp_flag, Parrot_Interp_flag_val)> Sets a flag in the Parrot interpreter.
