Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
esproul committed Aug 12, 2020
1 parent dbc4016 commit 020dd23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circonus-inside/circpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ case `uname -s` in
# Debian/Ubuntu
/usr/bin/dpkg-query --show --showformat '${Package}\ts\t${Version}\n' 'circonus*' | /usr/bin/tee $OUTPUT_FILE
else
printf "error\`distro\ts\tunsuported Linux distro\n"
printf "error\`distro\ts\tunsupported Linux distro\n"
fi
suppressions
;;
*)
printf "error\`os\ts\tunsuported platform\n"
printf "error\`os\ts\tunsupported platform\n"
exit
;;
esac
Expand Down

0 comments on commit 020dd23

Please sign in to comment.