Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 336256

Summary: Typo in TCFTestSuite.java
Product: [Tools] TCF Reporter: Daniel U. Thibault <d.u.thibault>
Component: DebugAssignee: Project Inbox <tcf.debug-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: trivial    
Priority: P3 CC: eugene
Version: unspecified   
Target Milestone: 0.4.0   
Hardware: All   
OS: All   
Whiteboard:

Description Daniel U. Thibault CLA 2011-02-03 11:26:13 EST
In the plugins/org.eclipse.tm.tcf.debug/src/org/eclipse/tm/internal/tcf/debug/tests/TCFTestSuite.java file, line 183, we read:

listener.progress("Openning communication channels...", count_done, count_total);

which should obviously be:

listener.progress("Opening communication channels...", count_done, count_total);

This typo was still present as of SVN rev 1407.
Comment 1 Eugene Tarassov CLA 2011-02-03 13:21:04 EST
I've committed a fix.
Thanks!