Change 18643 by jhi@kosh on 2003/02/03 10:36:15

        Detypo.

Affected files ...

... //depot/perl/cop.h#74 edit

Differences ...

==== //depot/perl/cop.h#74 (text) ====
Index: perl/cop.h
--- perl/cop.h#73~18596~        Mon Jan 27 12:38:21 2003
+++ perl/cop.h  Mon Feb  3 02:36:15 2003
@@ -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.
  */
 
End of Patch.

Reply via email to