fix typo 'caneled'

This commit is contained in:
Cameron Chamberlain 2019-07-08 11:18:47 +10:00 committed by GitHub
parent c9bbcdaf62
commit e9eb4838e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -310,7 +310,7 @@ public class ProgressDialog extends ProgressMonitorDialog {
}
public void operationWasCanceled() {
MessageDialog.openInformation(shell, "Cancelled", "Operation was caneled.");
MessageDialog.openInformation(shell, "Cancelled", "Operation was cancelled.");
}
public void runTask() {