fix typo 'caneled'
This commit is contained in:
parent
c9bbcdaf62
commit
e9eb4838e3
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue