Skip to content

Commit 1a41678

Browse files
callthingsoffndeloof
authored andcommitted
fix typos
Signed-off-by: Jes Cok <[email protected]>
1 parent 035276e commit 1a41678

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkg/e2e/compose_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ networks:
277277
})
278278
}
279279

280-
func TestStopWithDependeciesAttached(t *testing.T) {
280+
func TestStopWithDependenciesAttached(t *testing.T) {
281281
const projectName = "compose-e2e-stop-with-deps"
282282
c := NewParallelCLI(t, WithEnv("COMMAND=echo hello"))
283283

pkg/watch/notify.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ type Notify interface {
6868
// - Watch /src/repo, but ignore /src/repo/.git
6969
// - Watch /src/repo, but ignore everything in /src/repo/bazel-bin except /src/repo/bazel-bin/app-binary
7070
//
71-
// The PathMatcher inteface helps us manage these ignores.
71+
// The PathMatcher interface helps us manage these ignores.
7272
type PathMatcher interface {
7373
Matches(file string) (bool, error)
7474

pkg/watch/paths.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func dedupePathsForRecursiveWatcher(paths []string) []string {
5959
}
6060

6161
if IsChild(current, existing) {
62-
// Mark the element empty fo removal.
62+
// Mark the element empty for removal.
6363
result[i] = ""
6464
hasRemovals = true
6565
}

0 commit comments

Comments
 (0)