From 9f5c097f81620169fbd994adf35873dcdbcb6631 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sat, 21 Oct 2023 19:11:37 -0700 Subject: [PATCH] Fix typos --- scripts/wk/cfg/launchers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/wk/cfg/launchers.py b/scripts/wk/cfg/launchers.py index 11ec876b..74322096 100644 --- a/scripts/wk/cfg/launchers.py +++ b/scripts/wk/cfg/launchers.py @@ -104,10 +104,10 @@ LAUNCHERS = { 'if /i "%PROCESSOR_ARCHITECTURE%" == "AMD64" set "ARCH=64"', ], }, - 'Display Cleanup': { + 'Device Cleanup': { 'L_TYPE': 'Executable', - 'L_PATH': 'DisplayCleanup', - 'L_ITEM': 'DisplayCleanup.exe', + 'L_PATH': 'DeviceCleanup', + 'L_ITEM': 'DeviceCleanup.exe', 'L_ELEV': 'True', }, 'Display Driver Uninstaller': {