tools/tapsetup: fix typo in function name
This commit is contained in:
parent
7eed33bf78
commit
15222cf5e9
4
dist/tools/tapsetup/tapsetup
vendored
4
dist/tools/tapsetup/tapsetup
vendored
@ -28,7 +28,7 @@ usage() {
|
||||
echo " -h, --help: Prints this text" >&2
|
||||
}
|
||||
|
||||
unsupported_plattform() {
|
||||
unsupported_platform() {
|
||||
echo "unsupported platform" >&2
|
||||
echo "(currently supported \`uname -s\` 'Darvin', 'FreeBSD', and 'Linux')" >&2
|
||||
}
|
||||
@ -234,7 +234,7 @@ case "$(uname -s)" in
|
||||
Linux)
|
||||
PLATFORM="Linux" ;;
|
||||
*)
|
||||
unsupported_plattform
|
||||
unsupported_platform
|
||||
exit 1 ;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user