Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jack Ye 2025-06-13 14:27:24 +08:00 committed by GitHub
parent 6109504ddc
commit 8287b3373b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -586,7 +586,7 @@ namespace Flow.Launcher.Plugin
/// Start a process with the given file path and arguments
/// </summary>
/// <remarks>
/// It can help to start a deelevated process and show user account control dialog when Flow is running as administrator.
/// It can help to start a de-elevated process and show user account control dialog when Flow is running as administrator.
/// </remarks>
/// <param name="filePath">Absolute file path. It can be an executable file or a script file</param>
/// <param name="workingDirectory">Working directory. If not specified, the current directory will be used</param>