From fea29624cde8960b741d86c625f3fe821cb1399a Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Sat, 28 Oct 2023 15:37:19 -0400 Subject: [PATCH] Update comment --- kicad/tools/kicad_manager_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kicad/tools/kicad_manager_control.cpp b/kicad/tools/kicad_manager_control.cpp index fa35815c8c..d852e0e93e 100644 --- a/kicad/tools/kicad_manager_control.cpp +++ b/kicad/tools/kicad_manager_control.cpp @@ -874,7 +874,7 @@ int KICAD_MANAGER_CONTROL::Execute( const TOOL_EVENT& aEvent ) " set frontmost of the first process whose unix id is %l to true\n" "end tell" ), pid ); - // This non-parameterized use of wxExecute is fine because execFile is not derived + // This non-parameterized use of wxExecute is fine because script is not derived // from user input. wxExecute( wxString::Format( "osascript -e '%s'", script ) ); #endif