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