Bug 444515 - Typo in SearchUtil error message when no search providers registered
Summary: Typo in SearchUtil error message when no search providers registered
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P2 trivial (vote)
Target Milestone: 3.14   Edit
Assignee: Mark Sayson CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2014-09-18 13:10 EDT by Mark Sayson CLA
Modified: 2014-09-26 18:46 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 Mark Sayson CLA 2014-09-18 13:10:18 EDT
When no search providers are found by SearchUtil.getSearchProvider(), the method logs the warning: "No search provider was registed. Tasks search is not available."

This should be changed to "No search provider was registered. Tasks search is not available."  (registed -> registered)

package: org.eclipse.mylyn.internal.tasks.ui.search
Comment 1 Mark Sayson CLA 2014-09-18 18:05:50 EDT
Submitted fix in https://git.eclipse.org/r/#/c/33580/, waiting for code review.
Comment 2 Sam Davis CLA 2014-09-18 19:50:27 EDT
Thanks very much for the contribution!