]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - debian/smartmontools-bug
Refreshed patches and removed patches applied upstream
[mirror_smartmontools-debian.git] / debian / smartmontools-bug
index ed3bb2f66b685af798646b26a2ca4c167ff37872..82cc5130b09e02329f9b5981194e04db33753b4a 100644 (file)
@@ -4,7 +4,7 @@
 #
 # check what IDE_TASK options are set in the kernel:
 
-echo "Ouput of $0:" >&3
+echo "Output of $0:" >&3
 CONFIG=/boot/config-`uname -r`
 if [ -r "$CONFIG" ]; then
        grep IDE_TASK $CONFIG >&3