diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-07-13 16:40:19 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-07-13 16:40:19 -0500 |
commit | 67f5aa04673b0078daac720a5ffab8fc131d91fd (patch) | |
tree | 2d878e6ab7c5beda49e29b1c6806f37f83ad6f54 /src | |
parent | 3836dd0a305f413710a226f96574f0565f9d2641 (diff) | |
download | kpowersave-67f5aa04673b0078daac720a5ffab8fc131d91fd.tar.gz kpowersave-67f5aa04673b0078daac720a5ffab8fc131d91fd.zip |
Fix typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/configure_Dialog.ui | 2 | ||||
-rw-r--r-- | src/kpowersave_debug.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/configure_Dialog.ui b/src/configure_Dialog.ui index fe27b0c..2500a62 100644 --- a/src/configure_Dialog.ui +++ b/src/configure_Dialog.ui @@ -1174,7 +1174,7 @@ </size> </property> <property name="text"> - <string>Define the battery warning levels (in percentage) and the releated action if the level get reached:</string> + <string>Define the battery warning levels (in percentage) and the related action if the level get reached:</string> </property> <property name="textFormat"> <enum>RichText</enum> diff --git a/src/kpowersave_debug.h b/src/kpowersave_debug.h index 2c9f648..20f2c6b 100644 --- a/src/kpowersave_debug.h +++ b/src/kpowersave_debug.h @@ -38,7 +38,7 @@ /*! * \file kpowersave_debug.h -* \brief Headerfile for debug releated defines/macros. Currently this file +* \brief Headerfile for debug related defines/macros. Currently this file * contains the myDebug(...) macro. */ |