diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2011-11-05 20:46:01 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-11-06 07:38:49 +0800 |
commit | fb4e5f6662e32dacb8373274f6ed5592e79472e3 (patch) | |
tree | 6c358bedb470d1435f9dac7fba06188fc51537f9 /rc.d | |
parent | 1abd8cfb7aeb867c3d7b39dcd620e151228f3a12 (diff) |
Fix misspelt error message
FS#26726 error message should say 'Daemon' instead of 'Dameon'
[tomegun: fixed commit message]
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ filter_daemons() { for daemon in "${daemons[@]}"; do # check if daemons is valid if ! have_daemon "$daemon"; then - printf "${C_FAIL}:: ${C_DONE}Dameon script ${C_FAIL}${daemon}${C_DONE} does \ + printf "${C_FAIL}:: ${C_DONE}Daemon script ${C_FAIL}${daemon}${C_DONE} does \ not exist or is not executable.${C_CLEAR}\n" >&2 exit 2 fi |