--- old/modules/javafx.base/src/main/java/javafx/collections/ObservableList.java 2017-01-30 10:26:56.000000000 +1300 +++ new/modules/javafx.base/src/main/java/javafx/collections/ObservableList.java 2017-01-30 10:26:56.000000000 +1300 @@ -81,7 +81,7 @@ public boolean setAll(Collection col); /** - * A convenient method for var-arg usage of removaAll method. + * A convenient method for var-arg usage of removeAll method. * @param elements the elements to be removed * @return true if list changed as a result of this call */