Bug 335466

Summary: typo "simlpy" (and others) in warning message
Product: [Unmaintained] solid Reporter: Martin Walch <walch.martin>
Component: powermanagement-daemonAssignee: 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: Version Fixed In:
Sentry Crash Report:
Attachments: fix some typos ("simlpy" and others) in warning message

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