1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

dist/tools/tapsetup: fix minor typo

This commit is contained in:
János Brodbeck 2020-08-28 13:24:55 +02:00
parent 7eed33bf78
commit e9370a2b81
No known key found for this signature in database
GPG Key ID: 65C193B0D8D1BCE6

View File

@ -30,7 +30,7 @@ usage() {
unsupported_plattform() {
echo "unsupported platform" >&2
echo "(currently supported \`uname -s\` 'Darvin', 'FreeBSD', and 'Linux')" >&2
echo "(currently supported \`uname -s\` 'Darwin', 'FreeBSD', and 'Linux')" >&2
}
update_uplink() {