Fix misspell
continuous-integration/drone/pr Build is passing Details

Signed-off-by: kolaente <k@knt.li>
This commit is contained in:
kolaente 2020-09-03 13:20:03 +02:00
parent 8356caeb7c
commit 6fe9f86f28
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ func (Release) Release(ctx context.Context) error {
mg.Deps(Build.Generate, Release.Dirs)
mg.Deps(Release.Windows, Release.Linux, Release.Darwin)
// Run compiling in parralel to speed it up
// Run compiling in parallel to speed it up
errs, _ := errgroup.WithContext(ctx)
errs.Go((Release{}).Windows)
errs.Go((Release{}).Linux)