diff --git a/orbit/pkg/swiftdialog/run.go b/orbit/pkg/swiftdialog/run.go index f117301da572..c8a698c50db0 100644 --- a/orbit/pkg/swiftdialog/run.go +++ b/orbit/pkg/swiftdialog/run.go @@ -448,7 +448,7 @@ func (s *SwiftDialog) Activate() error { return s.sendCommand("activate", "") } -// Quits dialog with exit code 5 +// Quits dialog with exit code 5 (ExitQuitCommand) func (s *SwiftDialog) Quit() error { return s.sendCommand("quit", "") }