JAL-3878 Fix typo in method name (getAlignemnt)
[jalview.git] / 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;
 }