diff --git a/core/modules/file/file.field.inc b/core/modules/file/file.field.inc
index a46ed1a8a70caca2205e3668531279e1f50aafda..a1a2ef9e57baee7278c5a7712e3c56979a605389 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().