summaryrefslogtreecommitdiff
path: root/includes/file.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/file.inc')
-rw-r--r--includes/file.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/file.inc b/includes/file.inc
index b1b488d76..40510783f 100644
--- a/includes/file.inc
+++ b/includes/file.inc
@@ -456,7 +456,7 @@ function file_space_used($uid = NULL) {
*
* The file will be added to the files table as a temporary file. Temporary files
* are periodically cleaned. To make the file permanent file call
- * file_set_status() to change it's status.
+ * file_set_status() to change its status.
*
* @param $source
* A string specifying the name of the upload field to save.