diff --git a/httprl.module b/httprl.module
index f807244..c4558b0 100644
--- a/httprl.module
+++ b/httprl.module
@@ -1056,9 +1056,9 @@ function httprl_send_request($results = NULL) {
 
         // Connection was dropped or connection timed out.
         if ($timeout <= 0 || empty($socket_name)) {
-          $result->error = $t('Connection timed out. ');
+          $result->error = $t('Connection timed out.');
           if (empty($socket_name)) {
-            $result->error .= $t('If you believe this is a false error, set async_connect to false in the options array that is passed into httprl_request() and try again.');
+            $result->error .= ' ' . $t('If you believe this is a false error, set async_connect to false in the options array that is passed into httprl_request() and try again.');
           }
           // Stream timed out & the request is not done.
           if ($result->status == 'in progress') {
