Index: trunk/Phergie/Plugin/Spellcheck.php
===================================================================
--- trunk/Phergie/Plugin/Spellcheck.php	(revision 107)
+++ trunk/Phergie/Plugin/Spellcheck.php	(revision 113)
@@ -71,5 +71,5 @@
         $message = $this->event->getArgument(1);
         
-        if (preg_match('#(\S+)\s+\(sp\??\)#i', $message, $m)) {
+        if (preg_match('#(\S+)\s*\(sp\??\)#i', $message, $m)) {
             $word = $m[1];
             if (!pspell_check($this->pspell, $word)) {
