mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 02:35:37 +02:00
[cleanup] updated spelling in comment
This commit is contained in:
parent
3b422f0d1e
commit
1b098a02de
2 changed files with 2 additions and 2 deletions
|
@ -838,7 +838,7 @@ public class SystemView extends TreeViewer implements ISystemTree, ISystemResour
|
|||
//}
|
||||
}
|
||||
|
||||
// wail through all actions, updating shell and selection
|
||||
// whale through all actions, updating shell and selection
|
||||
IContributionItem[] items = menu.getItems();
|
||||
for (int idx = 0; idx < items.length; idx++) {
|
||||
if ((items[idx] instanceof ActionContributionItem) && (((ActionContributionItem) items[idx]).getAction() instanceof ISystemAction)) {
|
||||
|
|
|
@ -838,7 +838,7 @@ public class SystemView extends TreeViewer implements ISystemTree, ISystemResour
|
|||
//}
|
||||
}
|
||||
|
||||
// wail through all actions, updating shell and selection
|
||||
// whale through all actions, updating shell and selection
|
||||
IContributionItem[] items = menu.getItems();
|
||||
for (int idx = 0; idx < items.length; idx++) {
|
||||
if ((items[idx] instanceof ActionContributionItem) && (((ActionContributionItem) items[idx]).getAction() instanceof ISystemAction)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue