JAL-3954 Fix typo in error message
[jalview.git] / src / jalview / ws2 / client / ebi / PhmmerWSClient.java
index b796618..5a51fcc 100644 (file)
@@ -226,7 +226,7 @@ public class PhmmerWSClient implements WebServiceClientI
           throws IOException, UnsupportedOperationException
   {
     throw new UnsupportedOperationException(
-            "ebi job dispather does not support job cancellation");
+            "ebi job dispatcher does not support job cancellation");
   }
 
 }