summaryrefslogtreecommitdiff
path: root/modules/blogapi/blogapi.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blogapi/blogapi.install')
-rw-r--r--modules/blogapi/blogapi.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blogapi/blogapi.install b/modules/blogapi/blogapi.install
index d0dc8eaa3..a8bb46d9b 100644
--- a/modules/blogapi/blogapi.install
+++ b/modules/blogapi/blogapi.install
@@ -30,7 +30,7 @@ function blogapi_schema() {
'type' => 'serial',
),
'uid' => array(
- 'description' => 'The {user}.uid of the user who is associated with the file.',
+ 'description' => 'The {users}.uid of the user who is associated with the file.',
'type' => 'int',
'unsigned' => TRUE,
'not null' => TRUE,