Issue #1347890 by hansyg: Fix typo in file.field.inc

8.0.x
Jennifer Hodgdon 2012-03-29 13:54:48 -07:00
parent 923e1ffc94
commit ac8fb672d4
1 changed files with 1 additions and 1 deletions

View File

@ -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 * Ensures that a size has been entered and that it can be parsed by
* parse_size(). * parse_size().