--- wysiwyg_spellcheck.module.orig	2012-03-16 14:38:33.000000000 -0700
+++ wysiwyg_spellcheck.module	2012-03-16 14:38:38.000000000 -0700
@@ -35,7 +35,8 @@
 // SEE http://drupal.org/files/issues/wysiwyg_api_documentation.patch
         'spellchecker' => array(
 //          'path' => $editor['library path'] .'/plugins/spellchecker',
-          'path' => $path . '/editor_plugin.js',
+          'path' => $path,
+          'filename' => '/editor_plugin.js',
 //          'path' => $path . '/editor_plugin_src.js',
           'buttons' => array('spellchecker' => t('Spell Check')),
           'url' => 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker',
