JAL-3878 Fix typo in method name (getAlignemnt)
authorMateusz Warowny <mmzwarowny@dundee.ac.uk>
Wed, 2 Mar 2022 17:30:15 +0000 (18:30 +0100)
committerMateusz Warowny <mmzwarowny@dundee.ac.uk>
Wed, 2 Mar 2022 17:31:18 +0000 (18:31 +0100)
src/jalview/ws2/actions/alignment/AlignmentProviderI.java

index 4ed5c55..58bf8fc 100644 (file)
@@ -28,5 +28,5 @@ public interface AlignmentProviderI
    * @throws IOException
    *           server communication error
    */
-  public AlignmentI getAlignemnt(WebServiceJobHandle job) throws IOException;
+  public AlignmentI getAlignment(WebServiceJobHandle job) throws IOException;
 }