Revision: 10531 https://osdn.net/projects/ttssh2/scm/svn/commits/10531 Author: nmaya Date: 2023-01-22 11:47:32 +0900 (Sun, 22 Jan 2023) Log Message: ----------- fix typo Modified Paths: -------------- branches/ttcomtester/tools/ttcomtester/main.cpp -------------- next part -------------- Modified: branches/ttcomtester/tools/ttcomtester/main.cpp =================================================================== --- branches/ttcomtester/tools/ttcomtester/main.cpp 2023-01-22 02:47:02 UTC (rev 10530) +++ branches/ttcomtester/tools/ttcomtester/main.cpp 2023-01-22 02:47:32 UTC (rev 10531) @@ -262,7 +262,7 @@ size_t sended_len; r = ope->write(dev, send_data, send_len, &sended_len); if (r == ERROR_SUCCESS) { - printf("sened\n"); + printf("sent\n"); } else { size_t sended_len_total = sended_len; @@ -270,7 +270,7 @@ r = ope->wait_write(dev, &sended_len); #if 0 if (r == ERROR_SUCCESS) { - printf("sened\n"); + printf("sent\n"); } #endif sended_len_total += sended_len;