[Ttssh2-commit] [6873] typo fix

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2017年 7月 24日 (月) 12:40:00 JST


Revision: 6873
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6873
Author:   doda
Date:     2017-07-24 12:40:00 +0900 (Mon, 24 Jul 2017)
Log Message:
-----------
typo fix

Modified Paths:
--------------
    trunk/teraterm/teraterm/vtwin.cpp

-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtwin.cpp
===================================================================
--- trunk/teraterm/teraterm/vtwin.cpp	2017-07-21 22:03:56 UTC (rev 6872)
+++ trunk/teraterm/teraterm/vtwin.cpp	2017-07-24 03:40:00 UTC (rev 6873)
@@ -5456,7 +5456,7 @@
 	CommResetSerial(&ts, &cv, TRUE);
 }
 
-void ApplyBoradCastCommandHisotry(HWND Dialog, char *historyfile)
+void ApplyBroadCastCommandHisotry(HWND Dialog, char *historyfile)
 {
 	char EntName[13];
 	char Command[HostNameMaxLength+1];
@@ -5773,7 +5773,7 @@
 				SendMessage(GetDlgItem(hWnd, IDC_HISTORY_CHECK), BM_SETCHECK, BST_CHECKED, 0);
 			}
 			GetDefaultFName(ts.HomeDir, BROADCAST_LOGFILE, historyfile, sizeof(historyfile));
-			ApplyBoradCastCommandHisotry(hWnd, historyfile);
+			ApplyBroadCastCommandHisotry(hWnd, historyfile);
 
 			// \x83G\x83f\x83B\x83b\x83g\x83R\x83\x93\x83g\x83\x8D\x81[\x83\x8B\x82Ƀt\x83H\x81[\x83J\x83X\x82\xF0\x82\xA0\x82Ă\xE9
 			SetFocus(GetDlgItem(hWnd, IDC_COMMAND_EDIT));
@@ -5947,7 +5947,7 @@
 												  ts.MaxBroadcatHistory);
 								FreeTTSET();
 							}
-							ApplyBoradCastCommandHisotry(hWnd, historyfile);
+							ApplyBroadCastCommandHisotry(hWnd, historyfile);
 							ts.BroadcastCommandHistory = TRUE;
 						}
 						else {
@@ -5995,7 +5995,7 @@
 				case IDC_COMMAND_EDIT:
 					if (HIWORD(wp) == CBN_DROPDOWN) {
 						GetDefaultFName(ts.HomeDir, BROADCAST_LOGFILE, historyfile, sizeof(historyfile));
-						ApplyBoradCastCommandHisotry(hWnd, historyfile);
+						ApplyBroadCastCommandHisotry(hWnd, historyfile);
 					}
 					return FALSE;
 



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