diff --git a/social_stats.module b/social_stats.module
index 0180063..99ffb13 100644
--- a/social_stats.module
+++ b/social_stats.module
@@ -471,7 +471,6 @@ function social_stats_cron() {
       $query->fields('ssf', array('fb_total'));
       $query->fields('ssg', array('plusone'));
       $query->fields('ssli', array('linkedin_shares'));
-      $query->fields('sstw', array('tweets'));
       $query->condition('n.type', empty($content_types) ? '0' : $content_types);
       $query->condition('n.created', $start_date, '>=');
       $query->condition('n.status', 1);
diff --git a/social_stats_panels/plugins/content_types/social_stats_total_shares.inc b/social_stats_panels/plugins/content_types/social_stats_total_shares.inc
index 390d10a..60859eb 100644
--- a/social_stats_panels/plugins/content_types/social_stats_total_shares.inc
+++ b/social_stats_panels/plugins/content_types/social_stats_total_shares.inc
@@ -3,7 +3,7 @@
 /**
  * @file
  * Returns a content type with
- * Facebook total + plus one count + tweets count + linkedin shares number
+ * Facebook total + plus one count + linkedin shares number
  * of facebook shares of the node. Only available on on node view i.e. with
  * required context node being viewed
  */
