| Bug #57684 | typo in message 'Error in sercurityManager module' ..... | ||
|---|---|---|---|
| Submitted: | 23 Oct 2010 14:04 | Modified: | 30 Dec 2010 16:24 |
| Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Workbench: Administration | Severity: | S3 (Non-critical) |
| Version: | 5.2.29 | OS: | Windows |
| Assigned to: | Mike Lischke | CPU Architecture: | Any |
[25 Oct 2010 7:57]
Mike Lischke
Fixed in repository
[8 Dec 2010 20:45]
Johannes Taxacher
fix confirmed in repository
[30 Dec 2010 16:24]
Tony Bedford
An entry has been added to the 5.2.31 changelog:
An error message contained a spelling mistake:
Line 437 of .\backend\wbprivate\workbench\wb_context_ui_home.cpp:
std::string msg = strfmt("Error in sercurityManager module: %s",err.what());

Description: typo in "Error in sercurityManager module" How to repeat: Line 437 of .\backend\wbprivate\workbench\wb_context_ui_home.cpp: std::string msg = strfmt("Error in sercurityManager module: %s",err.what()); Suggested fix: s/sercurityManager/securityManager/