Deprecate != Depreciate.
[p5sagit/p5-mst-13.2.git] / ext / IO / lib / IO / Select.pm
index bc5bf24..f556b02 100644 (file)
@@ -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;
 }