diff --git a/nshlib/nsh_syscmds.c b/nshlib/nsh_syscmds.c index 4ba07e09a..3541156ef 100644 --- a/nshlib/nsh_syscmds.c +++ b/nshlib/nsh_syscmds.c @@ -108,7 +108,7 @@ static FAR const char *const g_resetcause[] = "cpu_rtc_watchdog", "pin", "lowpower", - "unkown" + "unknown" }; #endif @@ -648,7 +648,7 @@ static int cmd_rpmsg_help(FAR struct nsh_vtbl_s *vtbl, int argc, "\n\n", argv[0]); nsh_output(vtbl, " Number of ping operations.\n"); nsh_output(vtbl, " The length of each ping packet.\n"); - nsh_output(vtbl, " Whether the peer acknowlege or " + nsh_output(vtbl, " Whether the peer acknowledge or " "check data.\n"); nsh_output(vtbl, " Bit0 - Request need ack or not.\n"); nsh_output(vtbl, " Bit1 - Check the data or not.\n");