File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ networks:
277
277
})
278
278
}
279
279
280
- func TestStopWithDependeciesAttached (t * testing.T ) {
280
+ func TestStopWithDependenciesAttached (t * testing.T ) {
281
281
const projectName = "compose-e2e-stop-with-deps"
282
282
c := NewParallelCLI (t , WithEnv ("COMMAND=echo hello" ))
283
283
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ type Notify interface {
68
68
// - Watch /src/repo, but ignore /src/repo/.git
69
69
// - Watch /src/repo, but ignore everything in /src/repo/bazel-bin except /src/repo/bazel-bin/app-binary
70
70
//
71
- // The PathMatcher inteface helps us manage these ignores.
71
+ // The PathMatcher interface helps us manage these ignores.
72
72
type PathMatcher interface {
73
73
Matches (file string ) (bool , error )
74
74
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ func dedupePathsForRecursiveWatcher(paths []string) []string {
59
59
}
60
60
61
61
if IsChild (current , existing ) {
62
- // Mark the element empty fo removal.
62
+ // Mark the element empty for removal.
63
63
result [i ] = ""
64
64
hasRemovals = true
65
65
}
You can’t perform that action at this time.
0 commit comments