1
0
Fork 0
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:
Pawel Piech 2008-06-25 18:34:01 +00:00
parent 18e02c69ae
commit 4b7a971330

View file

@ -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$
} }
}; };