summaryrefslogtreecommitdiff
path: root/cop.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-02-03 10:36:15 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-02-03 10:36:15 +0000
commit3ffa152759d1d5d220b783e0d587e418401204fb (patch)
treec0af18ea5f5a3531ebc0090e41eab726a8613cf4 /cop.h
parent6a63fb82fdd16c61ba37cb79b6a3e6dd0703ff0d (diff)
downloadperl-3ffa152759d1d5d220b783e0d587e418401204fb.tar.gz
Detypo.
p4raw-id: //depot/perl@18643
Diffstat (limited to 'cop.h')
-rw-r--r--cop.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cop.h b/cop.h
index de8003356a..396cb8232a 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.
*/