Skip to content

Commit

Permalink
Merge pull request #8967 from stellrust/master
Browse files Browse the repository at this point in the history
chore: remove repeat words
  • Loading branch information
xtremerui committed Jun 4, 2024
2 parents eca6341 + af49b69 commit 0eae893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Concourse instance to the next.
* See Concourse in action with our [production pipelines](https://ci.concourse-ci.org/)
* Hang around in the [GitHub discussions](https://github.com/concourse/concourse/discussions) or in
[Discord](https://discord.gg/MeRxXKW).
* See what we're working on on the [project board](https://github.com/orgs/concourse/projects).
* See what we're working on the [project board](https://github.com/orgs/concourse/projects).


## Contributing
Expand Down
2 changes: 1 addition & 1 deletion worker/runtime/killer.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type Killer interface {

// killer terminates the processes exec'ed in a task.
//
// Only processes created through `task.Exec` are targetted to receive the the
// Only processes created through `task.Exec` are targetted to receive the
// first signals it delivers.
type killer struct {
gracePeriod time.Duration
Expand Down

0 comments on commit 0eae893

Please sign in to comment.