diff options
Diffstat (limited to 'ext/IO/lib/IO/Select.pm')
-rw-r--r-- | ext/IO/lib/IO/Select.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IO/lib/IO/Select.pm b/ext/IO/lib/IO/Select.pm index bc5bf24c39..f556b024a8 100644 --- a/ext/IO/lib/IO/Select.pm +++ b/ext/IO/lib/IO/Select.pm @@ -131,7 +131,7 @@ sub has_exception sub has_error { - warnings::warn("Call to depreciated method 'has_error', use 'has_exception'") + warnings::warn("Call to deprecated method 'has_error', use 'has_exception'") if warnings::enabled(); goto &has_exception; } |