commit | 2a9b9a42d559dc48b0f554c635d7c3125290cfaa | [log] [tgz] |
---|---|---|
author | Grant Nelson <grant.nelson@workiva.com> | Fri Feb 14 16:25:42 2025 |
committer | Grant Nelson <grant.nelson@workiva.com> | Fri Feb 14 16:25:42 2025 |
tree | d0c13c88f23e260fb8c4887f7498bf8e23a6c911 | |
parent | a594ec1e4a5ba2207696f74134ff04f936392ae7 [diff] |
Fixing spelling mistake
diff --git a/build/build.go b/build/build.go index 300e295..62b65d0 100644 --- a/build/build.go +++ b/build/build.go
@@ -1175,7 +1175,7 @@ return importPath, nil } - // Fall back to the slop import of the build package. + // Fall back to the slow import of the build package. pkg, err := s.xctx.Import(path, srcDir, 0) if err != nil { return ``, err