1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #14881 from janosbrodbeck/typo/tapsetup

dist/tools/tapsetup: fix minor typo
This commit is contained in:
Alexandre Abadie 2020-08-28 13:54:59 +02:00 committed by GitHub
commit e56da0241e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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() {