From ac8fb672d447988efd6653624d993bfe124f4fe8 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Thu, 29 Mar 2012 13:54:48 -0700 Subject: [PATCH] Issue #1347890 by hansyg: Fix typo in file.field.inc --- core/modules/file/file.field.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/file/file.field.inc b/core/modules/file/file.field.inc index a46ed1a8a70c..a1a2ef9e57ba 100644 --- a/core/modules/file/file.field.inc +++ b/core/modules/file/file.field.inc @@ -120,7 +120,7 @@ function file_field_instance_settings_form($field, $instance) { } /** - * Render API callback: Validates the maximum uplodad size field. + * Render API callback: Validates the maximum upload size field. * * Ensures that a size has been entered and that it can be parsed by * parse_size().