fix typo(2) in watchdog init script
authormatteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Apr 2008 21:01:16 +0000 (21:01 +0000)
committermatteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Apr 2008 21:01:16 +0000 (21:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10727 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index b9286f7..adb8f57 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
 }