Fix typo error message

pull/284/head
Jakob 2023-10-16 14:29:06 +02:00 committed by GitHub
parent 9936a1d3a1
commit 8bc99aa2be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ goto MASend
>nul fltmc || (
if not defined _elev %psc% "start cmd.exe -arg '/c \"!_PSarg:'=''!\"' -verb runas" && exit /b
%nceline%
echo This script require admin privileges.
echo This script requires admin privileges.
echo To do so, right click on this script and select 'Run as administrator'.
goto MASend
)