From: Mateusz Warowny Date: Wed, 10 May 2023 09:21:40 +0000 (+0200) Subject: JAL-3954 Fix typo in error message X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=d8cfb2d4adc9d86926e8b5a8ba0566249d6ce1df;p=jalview.git JAL-3954 Fix typo in error message --- diff --git a/src/jalview/ws2/client/ebi/PhmmerWSClient.java b/src/jalview/ws2/client/ebi/PhmmerWSClient.java index b796618..5a51fcc 100644 --- a/src/jalview/ws2/client/ebi/PhmmerWSClient.java +++ b/src/jalview/ws2/client/ebi/PhmmerWSClient.java @@ -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"); } }