Merge pull request #169 from camjc/patch-1

fix typo 'caneled'
This commit is contained in:
openaudible 2019-09-23 15:58:58 -07:00 committed by GitHub
commit 6ea93d35ad
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() { public void operationWasCanceled() {
MessageDialog.openInformation(shell, "Cancelled", "Operation was caneled."); MessageDialog.openInformation(shell, "Cancelled", "Operation was cancelled.");
} }
public void runTask() { public void runTask() {