Bug 335466 - typo "simlpy" (and others) in warning message
Summary: typo "simlpy" (and others) in warning message
Status: RESOLVED FIXED
Alias: None
Product: solid
Classification: Frameworks and Libraries
Component: powermanagement-daemon (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR minor
Target Milestone: ---
Assignee: Dario Freddi
URL: http://quickgit.kde.org/?p=powerdevil...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-28 12:11 UTC by Martin Walch
Modified: 2014-08-10 22:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
fix some typos ("simlpy" and others) in warning message (1.36 KB, patch)
2014-05-28 12:11 UTC, Martin Walch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Walch 2014-05-28 12:11:12 UTC
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";
Comment 1 Martin Walch 2014-07-23 23:21:34 UTC
I just added the patch to the review board:

https://git.reviewboard.kde.org/r/119440/
Comment 2 Albert Astals Cid 2014-08-10 22:43:50 UTC
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