aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'usr/share/vdr/rcscript/pre-start-50-shutdown.sh')
-rw-r--r--usr/share/vdr/rcscript/pre-start-50-shutdown.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/share/vdr/rcscript/pre-start-50-shutdown.sh b/usr/share/vdr/rcscript/pre-start-50-shutdown.sh
index 3cc9aa5..a151a06 100644
--- a/usr/share/vdr/rcscript/pre-start-50-shutdown.sh
+++ b/usr/share/vdr/rcscript/pre-start-50-shutdown.sh
@@ -14,10 +14,10 @@ addon_main() {
# warning about depricated acpi wakeup kernel > 2.6.38
if [ "${WAKEUP_METHOD}" = acpi ]; then
- ewarn "use of acpi wakeup method is depricated"
+ ewarn "use of acpi wakeup method is deprecated"
einfo "use rtc or nvram instead"
logger -t vdr "WARNING:"
- logger -t vdr "use of acpi wakeup method is depricated"
+ logger -t vdr "use of acpi wakeup method is deprecated"
logger -t vdr "use rtc or nvram instead"
fi