mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-24 03:49:45 +00:00
pkg/build: fix typo in error messages
This commit is contained in:
parent
7f125108ae
commit
e9b51a9024
@ -94,7 +94,7 @@ bash
|
||||
fullSrc := filepath.Join(kernelDir, filepath.FromSlash(src))
|
||||
fullDst := filepath.Join(outputDir, filepath.FromSlash(dst))
|
||||
if err := osutil.CopyFile(fullSrc, fullDst); err != nil {
|
||||
return fmt.Errorf("faied to copy %v: %v", src, err)
|
||||
return fmt.Errorf("failed to copy %v: %v", src, err)
|
||||
}
|
||||
}
|
||||
return nil
|
||||
|
@ -35,7 +35,7 @@ func (fu fuchsia) build(targetArch, vmType, kernelDir, outputDir, compiler, user
|
||||
fullSrc := filepath.Join(kernelDir, filepath.FromSlash(src))
|
||||
fullDst := filepath.Join(outputDir, filepath.FromSlash(dst))
|
||||
if err := osutil.CopyFile(fullSrc, fullDst); err != nil {
|
||||
return fmt.Errorf("faied to copy %v: %v", src, err)
|
||||
return fmt.Errorf("failed to copy %v: %v", src, err)
|
||||
}
|
||||
}
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user