chore: clean up typos

This commit is contained in:
Łukasz Niemier
2024-08-05 13:56:57 +02:00
parent 1b386faee9
commit f9be02a20f
46 changed files with 135 additions and 66 deletions

View File

@@ -231,7 +231,7 @@ fn setupBash(
);
try env.put("ENV", integ_dir);
// Join the acculumated arguments to form the final command string.
// Join the accumulated arguments to form the final command string.
return try std.mem.join(alloc, " ", args.items);
}