aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-POE-Exceptions
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2008-05-24 05:18:39 +0800
committerolgeni <olgeni@FreeBSD.org>2008-05-24 05:18:39 +0800
commita8b5b44ad9cc608ee8e8957d93e2a640b784396a (patch)
tree4e96c6a298f377e11e48dc993edcc859226331de /devel/p5-POE-Exceptions
parenta9a035c0d32720b85f03ba5f8921388f0a45c276 (diff)
downloadfreebsd-ports-gnome-a8b5b44ad9cc608ee8e8957d93e2a640b784396a.tar.gz
freebsd-ports-gnome-a8b5b44ad9cc608ee8e8957d93e2a640b784396a.tar.zst
freebsd-ports-gnome-a8b5b44ad9cc608ee8e8957d93e2a640b784396a.zip
Hunt for typos in devel/p5-*.
Diffstat (limited to 'devel/p5-POE-Exceptions')
-rw-r--r--devel/p5-POE-Exceptions/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-POE-Exceptions/pkg-descr b/devel/p5-POE-Exceptions/pkg-descr
index 889c1807a80f..866b3ed1f7ac 100644
--- a/devel/p5-POE-Exceptions/pkg-descr
+++ b/devel/p5-POE-Exceptions/pkg-descr
@@ -5,7 +5,7 @@ whenever the code decides to bail out by die'ing.) If the signal handler
returns 1 (as in the example above), POE will assume that the handler
dealt with the signal appropriately. If the signal handler returns 0,
POE will assume that the handler does not want to deal with the signal
-and POE will propgate the exception as if the handler never existed.
+and POE will propagate the exception as if the handler never existed.
Caveat: POE::Exceptions will die on its own in the case of a double
exception fault. If the DIE signal handler itself throws an exception,