Skip to content

Commit b6a274f

Browse files
author
Benjamin Reed
authored
Fix typos in orch comments
1 parent d45f281 commit b6a274f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testctrl/svc/orch/executor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
// Executors can run a test session by provisioning its components, monitoring
1818
// its health and cleaning up after its termination.
1919
type Executor interface {
20-
// Execute runs a test session. It accepts a context, which can prevent
20+
// Execute runs a test session. It accepts a context that can prevent
2121
// problematic sessions from running indefinitely.
2222
//
2323
// An error is returned if there is a problem regarding the test itself.

testctrl/svc/orch/watcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type Watcher struct {
2929
wi watch.Interface
3030
}
3131

32-
// WatcherOptions overrides the defaults of the controller, allowing it to be
32+
// WatcherOptions overrides the defaults of the watcher, allowing it to be
3333
// configured as needed.
3434
type WatcherOptions struct {
3535
// EventBufferSize specifies the size of the buffered channel for each

0 commit comments

Comments
 (0)