Fix typo in variable name
authorRaphaël Hertzog <hertzog@debian.org>
Wed, 11 May 2016 09:42:33 +0000 (11:42 +0200)
committerRaphaël Hertzog <hertzog@debian.org>
Wed, 11 May 2016 09:42:33 +0000 (11:42 +0200)
frontend/live-boot

index 32d0a3b..2df56fe 100755 (executable)
@@ -11,10 +11,10 @@ do
        fi
 done
 
-for _COMONENT in /lib/live/boot/????-*
+for _COMPONENT in /lib/live/boot/????-*
 do
-       if [ -e "${_COMONENT}" ]
+       if [ -e "${_COMPONENT}" ]
        then
-               . ${_COMONENT}
+               . ${_COMPONENT}
        fi
 done