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:
commit
e56da0241e
2
dist/tools/tapsetup/tapsetup
vendored
2
dist/tools/tapsetup/tapsetup
vendored
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user