diff --git sites/all/modules/twitter/twitter.install sites/all/modules/twitter/twitter.install index 3df84cb..da1aead 100644 --- sites/all/modules/twitter/twitter.install +++ sites/all/modules/twitter/twitter.install @@ -2,7 +2,7 @@ // $Id: twitter.install,v 1.3 2009/05/27 19:00:07 walkah Exp $ /** - * Implementation of hook_schema). + * Implementation of hook_schema(). */ function twitter_schema() { $schema['twitter'] = array( @@ -155,7 +155,7 @@ function twitter_install() { // Create tables. drupal_install_schema('twitter'); - // Set the weight to 3, making it heaving than Pathauto. + // Set the weight to 3, making it heavier than Pathauto. db_query("UPDATE {system} SET weight = 3 WHERE name = 'twitter'"); }