Skip to content

Commit

Permalink
Merge pull request #11464 from aabadie/pr/examples/nimble_scanner_typo
Browse files Browse the repository at this point in the history
examples/nimble_scanner: fix typo in scan command description
  • Loading branch information
miri64 authored Apr 29, 2019
2 parents d4edbea + ce4dce3 commit 5eaf45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nimble_scanner/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
};

Expand Down

0 comments on commit 5eaf45c

Please sign in to comment.