Fix typo in comment about service shutdown

This commit is contained in:
Jay shah 2026-02-17 10:41:07 +05:30 committed by GitHub
parent 0cba803fba
commit 5c6cefa71e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -341,7 +341,7 @@ func TestLifecycleTerminationGuarantee(t *testing.T) {
stack.RegisterLifecycle(lifecycle)
}
// Register a service that fails to shot down cleanly
// Register a service that fails to shut down cleanly
failure := errors.New("fail")
failer := &InstrumentedService{stop: failure}
stack.RegisterLifecycle(failer)