Index: jskitcomments.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jskitcomments/jskitcomments.module,v
retrieving revision 1.2
diff -u -r1.2 jskitcomments.module
--- jskitcomments.module	11 May 2009 11:21:34 -0000	1.2
+++ jskitcomments.module	14 Jul 2009 15:55:22 -0000
@@ -135,7 +135,7 @@
  *   The attributes that control the JS-Kit Comments widget.
  */
 function theme_jskitcomments_content_area($path, $permalink, $attributes = Array()) {
-  $attibs = '';
+  $attribs = '';
   foreach ($attributes as $attribute => $value) {
     $attribs .= ' '.$attribute.'="'.$value.'"';
   }
