[ttssh2-commit] [10531] fix typo

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2023年 1月 22日 (日) 11:47:32 JST


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;


ttssh2-commit メーリングリストの案内
Back to archive index