Browse Source

fix typo(2) in watchdog init script

SVN-Revision: 10727
Matteo Croce 18 years ago
parent
commit
633e548e01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/base-files/files/etc/init.d/watchdog

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

@@ -3,5 +3,5 @@
 
 START=97
 start() {
-        [ -c /dev/watchtog ] && watchdog -t 5 /dev/watchdog
+        [ -c /dev/watchdog ] && watchdog -t 5 /dev/watchdog
 }