Commit 21dcd1b9 authored by Eric Vidal's avatar Eric Vidal 💬
Browse files

typo fix

parent 8f475ecc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ install_package(){
	
	# check installed packages
	
	out_action "Ckeck installed packages, this may take time..."
	out_action "Check installed packages, this may take time..."
	
	list=" ${installed[@]} " #include blank  
	while read item; do