From 457e62cfd2c11a641950330f7da9420d72065535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Granskogen=20Bj=C3=B8rnstad?= Date: Sun, 16 Mar 2025 18:33:57 +0100 Subject: [PATCH] benchmark/api: Fix typo in help command Spell timestamp correctly here. --- benchmark/api/internally_implemented.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/api/internally_implemented.cpp b/benchmark/api/internally_implemented.cpp index 5736e881..4dee51ae 100644 --- a/benchmark/api/internally_implemented.cpp +++ b/benchmark/api/internally_implemented.cpp @@ -116,7 +116,7 @@ arg_claimed_t ee_profile_parse(char *command) { /* These are the three common functions for all IoTConnect f/w. */ th_printf("help : Print this information\r\n"); th_printf("name : Print the name of the device\r\n"); - th_printf("timestsamp : Generate a timetsamp\r\n"); + th_printf("timestamp : Generate a timestamp\r\n"); /* These are profile-specific commands. */ th_printf("db SUBCMD : Manipulate a generic byte buffer\r\n"); th_printf(" load N : Allocate N bytes and set load counter\r\n");