diff --git a/centos2ol.sh b/centos2ol.sh index 3e92764..5591f16 100755 --- a/centos2ol.sh +++ b/centos2ol.sh @@ -556,7 +556,7 @@ fi # CentOS specific replacements case "$os_version" in 7*) - # Prior to switch this is a dependancy of the yum rpm, now we've switched we can remove it + # Prior to switch this is a dependency of the yum rpm, now we've switched we can remove it if rpm -q yum-plugin-fastestmirror; then yum erase -y yum-plugin-fastestmirror fi