Fix typos

This commit is contained in:
2Shirt 2023-10-21 19:11:37 -07:00
parent 42c72f20f4
commit 9f5c097f81
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -104,10 +104,10 @@ LAUNCHERS = {
'if /i "%PROCESSOR_ARCHITECTURE%" == "AMD64" set "ARCH=64"', 'if /i "%PROCESSOR_ARCHITECTURE%" == "AMD64" set "ARCH=64"',
], ],
}, },
'Display Cleanup': { 'Device Cleanup': {
'L_TYPE': 'Executable', 'L_TYPE': 'Executable',
'L_PATH': 'DisplayCleanup', 'L_PATH': 'DeviceCleanup',
'L_ITEM': 'DisplayCleanup.exe', 'L_ITEM': 'DeviceCleanup.exe',
'L_ELEV': 'True', 'L_ELEV': 'True',
}, },
'Display Driver Uninstaller': { 'Display Driver Uninstaller': {