corrected typo
[hdw-linux/hdw-linux.git] / packages / base / udev / init_udev.sh
index cc924df..408841a 100644 (file)
@@ -32,7 +32,7 @@ run_udev()    {
                        if [ -f $j/dev ]; then
                                export DEVPATH=${j#${sysfs_dir}}
                                CLASS=`echo ${i#${sysfs_dir}} | \
-                                       cut --delimeter='/' --fields=3-`
+                                       cut --delimiter='/' --fields=3-`
                                $bin $CLASS &
                        fi
                done