Skip to content

Commit f2a32b4

Browse files
committed
proper English
1 parent 7bc56fc commit f2a32b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Setup/MachineInstaller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bool directoryExists(wchar_t* path) {
2222
bool MachineInstaller::ShouldSilentInstall()
2323
{
2424
// Figure out the package name from our own EXE name
25-
// The name is consist of $pkgNameDeploymentTool.exe
25+
// The name consist of [$pkgName]DeploymentTool.exe
2626
wchar_t ourFile[MAX_PATH];
2727
HMODULE hMod = GetModuleHandle(NULL);
2828
GetModuleFileName(hMod, ourFile, _countof(ourFile));

0 commit comments

Comments
 (0)