diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2014-03-02 21:00:08 +0000 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2014-03-02 21:00:08 +0000 |
commit | f327a5f0a9ef72e6dd79d9d200f81c330aa4903c (patch) | |
tree | 2d2a398218964e3bee0876385f9c8786a3baf8de /inc/httputils.php | |
parent | 446b5b5934799f1f906ea8903b1e96c981f1c1b2 (diff) | |
parent | 709fd92548efedbd4b4e5693097165d1dff072e4 (diff) | |
download | rpg-f327a5f0a9ef72e6dd79d9d200f81c330aa4903c.tar.gz rpg-f327a5f0a9ef72e6dd79d9d200f81c330aa4903c.tar.bz2 |
Merge branch 'master' into FS#2388
Diffstat (limited to 'inc/httputils.php')
-rw-r--r-- | inc/httputils.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inc/httputils.php b/inc/httputils.php index d6532720f..efeb2a56c 100644 --- a/inc/httputils.php +++ b/inc/httputils.php @@ -65,7 +65,7 @@ function http_conditionalRequest($timestamp){ * * @author Chris Smith <chris@jalakai.co.uk> * @param string $file absolute path of file to send - * @returns void or exits with previously header() commands executed + * @returns void or exits with previous header() commands executed */ function http_sendfile($file) { global $conf; @@ -93,7 +93,7 @@ function http_sendfile($file) { * * This function exits the running script * - * @param ressource $fh - file handle for an already open file + * @param resource $fh - file handle for an already open file * @param int $size - size of the whole file * @param int $mime - MIME type of the file * @@ -205,7 +205,7 @@ function http_gzip_valid($uncompressed_file) { * * This function handles output of cacheable resource files. It ses the needed * HTTP headers. If a useable cache is present, it is passed to the web server - * and the scrpt is terminated. + * and the script is terminated. */ function http_cached($cache, $cache_ok) { global $conf; |