From 8cac5af98366aafee7bb5c3b52de3da901c101b1 Mon Sep 17 00:00:00 2001 From: Rohan Barar <57999059+KernelGhost@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:51:42 +1000 Subject: [PATCH] docs: fix grammar in detected file comment --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 4ff09bf..490f7fc 100755 --- a/setup.sh +++ b/setup.sh @@ -1156,7 +1156,7 @@ function waFindInstalled() { echo "IF EXIST \"${WIN_EXECUTABLE}\" ECHO ${APPLICATION} >> ${TMP_INST_FILE_PATH_WIN}" >>"$BATCH_SCRIPT_PATH" done - # Append a command to the batch script to run the PowerShell script and store it's output in the 'detected' file. + # Append a command to the batch script to run the PowerShell script and store its output in the 'detected' file. # shellcheck disable=SC2129 # Silence warning regarding repeated redirects. echo "powershell.exe -ExecutionPolicy Bypass -File ${PS_SCRIPT_HOME_PATH_WIN} > ${DETECTED_FILE_PATH_WIN}" >>"$BATCH_SCRIPT_PATH"