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

Merge pull request #11464 from aabadie/pr/examples/nimble_scanner_typo

examples/nimble_scanner: fix typo in scan command description
This commit is contained in:
Martine Lenders 2019-04-29 12:25:09 +02:00 committed by GitHub
commit 5eaf45c2cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ int _cmd_scan(int argc, char **argv)
}
static const shell_command_t _commands[] = {
{ "scan", "trigger a BLE scann", _cmd_scan },
{ "scan", "trigger a BLE scan", _cmd_scan },
{ NULL, NULL, NULL }
};