JAL-3253 miscellaneous tidying up before merge to JS-develop
[jalview.git] / src / jalview / ws / sifts / SiftsClient.java
index bf4d970..b45d007 100644 (file)
@@ -824,7 +824,7 @@ public class SiftsClient implements SiftsClientI
    */
   private boolean isResidueObserved(Residue residue)
   {
-    Set<String> annotations = getResidueAnnotaitons(residue,
+    Set<String> annotations = getResidueAnnotations(residue,
             ResidueDetailType.ANNOTATION);
     if (annotations == null || annotations.isEmpty())
     {
@@ -847,7 +847,7 @@ public class SiftsClient implements SiftsClientI
    * @param type
    * @return
    */
-  private Set<String> getResidueAnnotaitons(Residue residue,
+  private Set<String> getResidueAnnotations(Residue residue,
           ResidueDetailType type)
   {
     HashSet<String> foundAnnotations = new HashSet<>();