Summary: | typo "simlpy" (and others) in warning message | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | Martin Walch <walch.martin> |
Component: | powermanagement-daemon | Assignee: | Dario Freddi <drf> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
URL: | http://quickgit.kde.org/?p=powerdevil.git&a=blob&f=daemon%2Fpowerdevilcore.cpp | ||
Latest Commit: | http://commits.kde.org/powerdevil/9c41480c57eed936bc58ade05ed5439b9cf4f198 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | fix some typos ("simlpy" and others) in warning message |
I just added the patch to the review board: https://git.reviewboard.kde.org/r/119440/ Git commit 9c41480c57eed936bc58ade05ed5439b9cf4f198 by Albert Astals Cid. Committed on 10/08/2014 at 22:43. Pushed by aacid into branch 'Plasma/5.0'. fix for bug #335466: typo "simlpy" (and others) in warning message REVIEW: 119440 M +2 -2 daemon/powerdevilcore.cpp http://commits.kde.org/powerdevil/9c41480c57eed936bc58ade05ed5439b9cf4f198 |
Created attachment 86877 [details] fix some typos ("simlpy" and others) in warning message daemon/powerdevilcore.cpp:362-364: kWarning() << "The profile " << profileId << "tried to activate" << actionName << "a non existent action. This is usually due to an installation problem" " or to a configuration problem. or simlpy the action is not supported"; I suggest instead: kWarning() << "The profile " << profileId << "tried to activate" << actionName << "a non-existent action. This is usually due to an installation problem," " or to a configuration problem, or simply the action is not supported";