mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 17:48:21 +00:00
Add linter misspell (#530)
* Add linter misspell * Fix spelling Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
@@ -12,7 +12,7 @@ var (
|
||||
|
||||
// ErrCancel is used as a return value when the container execution receives
|
||||
// a cancellation signal from the context.
|
||||
ErrCancel = errors.New("Cancelled")
|
||||
ErrCancel = errors.New("Canceled")
|
||||
)
|
||||
|
||||
// An ExitError reports an unsuccessful exit.
|
||||
|
Reference in New Issue
Block a user