slitaz-tools diff tinyutils/tazhw @ rev 763

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun May 13 13:44:10 2012 +0100 (2012-05-13)
parents e8a02a9a135f
children 72c2ef5c57e7
line diff
     1.1 --- a/tinyutils/tazhw	Mon Mar 12 18:32:09 2012 +0100
     1.2 +++ b/tinyutils/tazhw	Sun May 13 13:44:10 2012 +0100
     1.3 @@ -73,7 +73,7 @@
     1.4  {
     1.5  	if ! lsmod | grep -q "^$mod"; then
     1.6  
     1.7 -		# lsmod and some modules use underscore, other use dash.
     1.8 +		# lsmod and some modules use underscore, others use dash.
     1.9  		# The real modprobe can handle both but not busybox version
    1.10  		modprobe $mod 2>/dev/null && \
    1.11  		echo "* Loaded module:   $mod" || \