mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
system/uorb/listener.c: fix typo
fix typo "Mointor" -> "Monitor" Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
parent
369729eea4
commit
1193a82fca
1 changed files with 1 additions and 1 deletions
|
|
@ -944,7 +944,7 @@ int main(int argc, FAR char *argv[])
|
|||
}
|
||||
else
|
||||
{
|
||||
uorbinfo_raw("\nMointor objects num:%d", ret);
|
||||
uorbinfo_raw("\nMonitor objects num:%d", ret);
|
||||
SLIST_FOREACH(tmp, &objlist, node)
|
||||
{
|
||||
uorbinfo_raw("object_name:%s, object_instance:%d",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue