From: Jarkko Hietaniemi Date: Mon, 3 Feb 2003 10:36:15 +0000 (+0000) Subject: Detypo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ffa152759d1d5d220b783e0d587e418401204fb;p=p5sagit%2Fp5-mst-13.2.git Detypo. p4raw-id: //depot/perl@18643 --- diff --git a/cop.h b/cop.h index de80033..396cb82 100644 --- a/cop.h +++ b/cop.h @@ -6,9 +6,9 @@ * License or the Artistic License, as specified in the README file. * * Control ops (cops) are one of the three ops OP_NEXTSTATE, OP_DBSTATE, - * and OP_SETSTATE that (loosely speaking) separate statements. They hold - * imformation important for lexical state and error reporting. At run - * time, PL_curcop is set to point to the most recently executed cop, + * and OP_SETSTATE that (loosely speaking) are separate statements. + * They hold information important for lexical state and error reporting. + * At run time, PL_curcop is set to point to the most recently executed cop, * and thus can be used to determine our current state. */