fix typo(2) in watchdog init script
authorMatteo Croce <rootkit85@yahoo.it>
Thu, 3 Apr 2008 21:01:16 +0000 (21:01 +0000)
committerMatteo Croce <rootkit85@yahoo.it>
Thu, 3 Apr 2008 21:01:16 +0000 (21:01 +0000)
SVN-Revision: 10727

package/base-files/files/etc/init.d/watchdog

index b9286f7de4a116446bc26f28bedd56496bd595ff..adb8f57c1393a291356237961a5bdb1a19b1fa5b 100755 (executable)
@@ -3,5 +3,5 @@
 
 START=97
 start() {
-        [ -c /dev/watchtog ] && watchdog -t 5 /dev/watchdog
+        [ -c /dev/watchdog ] && watchdog -t 5 /dev/watchdog
 }