mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[237693] - [update policy] AutomaticUpdatePolicy.java: s/Autoamtic/Automatic
This commit is contained in:
parent
18e02c69ae
commit
4b7a971330
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class AutomaticUpdatePolicy implements IVMUpdatePolicy {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "Autoamtic update tester"; //$NON-NLS-1$
|
return "Automatic update tester"; //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue