aboutsummaryrefslogtreecommitdiff
path: root/video.install
diff options
context:
space:
mode:
Diffstat (limited to 'video.install')
-rw-r--r--video.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.install b/video.install
index 0d1c8e7..450fb48 100644
--- a/video.install
+++ b/video.install
@@ -156,7 +156,7 @@ function video_field_schema($field) {
'not null' => FALSE,
'unsigned' => TRUE,
),
- 'thumbanail' => array(
+ 'thumbnail' => array(
'description' => 'The {file_managed}.fid being referenced for video thumbanil.',
'type' => 'int',
'not null' => FALSE,