Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
Fixed typo in the PSpellShell.php file.
Browse files Browse the repository at this point in the history
  • Loading branch information
spocke committed Nov 5, 2011
1 parent 92daa6f commit 1a147c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/PSpellShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function _getCMD($lang) {
if (preg_match("#win#i", php_uname()))
return "$bin -a --lang=$lang --encoding=utf-8 -H < $file 2>&1";

return "cat $file | $bin -a --lang=$lang --encoding=utf-8 -H");
return "cat $file | $bin -a --lang=$lang --encoding=utf-8 -H";
}
}

Expand Down

1 comment on commit 1a147c5

@teeaykay
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I notice you made the change here spocke but the latest download on the site is not pulling it:
http://www.tinymce.com/download/download.php
http://www.tinymce.com/track.php?url=http%3A%2F%2Fgithub.com%2Fdownloads%2Ftinymce%2Ftinymce%2Ftinymce_spellchecker_php_2_0_6.zip
Is there a commit due?

Please sign in to comment.