diff --git a/mib-downloader.sh b/mib-downloader.sh index c932300..f579124 100755 --- a/mib-downloader.sh +++ b/mib-downloader.sh @@ -17,7 +17,7 @@ if wget -qO $F "http://www.circitor.fr/Mibs/Mib/${1:0:1}/$1.mib"; then mv $F mibs/$1.mib exit 0 fi - echo "MIB not found on circutor.fr" >&2 + echo "MIB not found on circitor.fr" >&2 fi if wget -qO $F "https://iphostmonitor.com/mib/$1.html"; then