Skip to content

Commit 2786942

Browse files
authored
fix typo
1 parent f9a4b0d commit 2786942

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

launcher/src/CmderLauncher.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ void StartCmder(std::wstring path = L"", bool is_single_mode = false, std::wstr
312312
MessageBox(NULL,
313313
(GetLastError() == ERROR_ACCESS_DENIED)
314314
? L"Failed to copy vendor/windows-terminal/settings/settings.json file to config/windows_terminal_%COMPUTERNAME%_settings.json! Access Denied."
315-
: L"Failed to copy vendor/windows-terminal/settings/settings.json file to config/windows_teerminal_%COMPUTERNAME%_settigns.json!", MB_TITLE, MB_ICONSTOP);
315+
: L"Failed to copy vendor/windows-terminal/settings/settings.json file to config/windows_terminal_%COMPUTERNAME%_settigns.json!", MB_TITLE, MB_ICONSTOP);
316316
exit(1);
317317
}
318318
else if (PathFileExists(conEmuDir))
@@ -361,7 +361,7 @@ void StartCmder(std::wstring path = L"", bool is_single_mode = false, std::wstr
361361
MessageBox(NULL,
362362
(GetLastError() == ERROR_ACCESS_DENIED)
363363
? L"Failed to copy vendor/windows-terminal/settings/settings.json file to config/windows_terminal_settings.json! Access Denied."
364-
: L"Failed to copy vendor/windows-terminal/settings/settings.json file to config/windows_teerminal_settigns.json!", MB_TITLE, MB_ICONSTOP);
364+
: L"Failed to copy vendor/windows-terminal/settings/settings.json file to config/windows_terminal_settigns.json!", MB_TITLE, MB_ICONSTOP);
365365
exit(1);
366366
}
367367
else if (PathFileExists(conEmuDir))

0 commit comments

Comments
 (0)