From 7d9706829adef6c0f75fff82bfda5fdccbacfbbb Mon Sep 17 00:00:00 2001 From: Torben Schmitz Date: Wed, 21 Jan 2026 09:00:26 -0800 Subject: [PATCH] Fix spelling mistakes PiperOrigin-RevId: 859125068 --- fleetspeak/src/client/daemonservice/execution/execution.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fleetspeak/src/client/daemonservice/execution/execution.go b/fleetspeak/src/client/daemonservice/execution/execution.go index 7304e56f..013d9c8b 100644 --- a/fleetspeak/src/client/daemonservice/execution/execution.go +++ b/fleetspeak/src/client/daemonservice/execution/execution.go @@ -620,7 +620,7 @@ func (e *Execution) waitForStartupData(ctx context.Context) (pid int, version st func (e *Execution) statsRoutine(ctx context.Context) error { pid, version, err := e.waitForStartupData(ctx) if err != nil { - // If this was due to an external cancelation, return. + // If this was due to an external cancellation, return. if ctx.Err() != nil { return context.Cause(ctx) }