diff options
Diffstat (limited to 'includes/file.inc')
-rw-r--r-- | includes/file.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/file.inc b/includes/file.inc index 027b9f125..c32ce6e78 100644 --- a/includes/file.inc +++ b/includes/file.inc @@ -44,7 +44,7 @@ function file_create_url($path) { * file system directory, if it is not prepend the * file system directory. * - * @param $dest Path to verifiy + * @param $dest Path to verify * @return Path to file with file system directory appended if necessary. */ function file_create_path($dest = 0) { |