diff --git a/httprl.module b/httprl.module index 1fd1ed4..1422569 100644 --- a/httprl.module +++ b/httprl.module @@ -33,7 +33,7 @@ define('HTTPRL_FUNCTION_TIMEOUT', -4); /** * Error code indicating that this request made by stream_select() couldn't - * open a read and/or write steam after a minimum of ~2.5 seconds. + * open a read and/or write to any stream after a minimum of ~10 seconds. */ define('HTTPRL_STREAM_SELECT_TIMEOUT', -5);