Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 336256 - Typo in TCFTestSuite.java
Summary: Typo in TCFTestSuite.java
Status: RESOLVED FIXED
Alias: None
Product: TCF
Classification: Tools
Component: Debug (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 trivial (vote)
Target Milestone: 0.4.0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-03 11:26 EST by Daniel U. Thibault CLA
Modified: 2013-06-05 05:54 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!