JAL-3954 Fix typo in error message
authorMateusz Warowny <mmzwarowny@dundee.ac.uk>
Wed, 10 May 2023 09:21:40 +0000 (11:21 +0200)
committerMateusz Warowny <mmzwarowny@dundee.ac.uk>
Wed, 10 May 2023 09:21:40 +0000 (11:21 +0200)
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");
   }
 
 }