Skip to content

Commit

Permalink
chore: fix typo in system.go (#461)
Browse files Browse the repository at this point in the history
seperate -> separate

Signed-off-by: Ikko Ashimine <eltociear@gmail.com>
  • Loading branch information
eltociear authored Jun 19, 2022
1 parent 84acabf commit ad6a8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lang/ir/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (g *Graph) compileBase() llb.State {
} else {
base = g.compileCUDAPackages()
}
// TODO(gaocegege): Refactor user to a seperate stage.
// TODO(gaocegege): Refactor user to a separate stage.
res := base.
Run(llb.Shlex(fmt.Sprintf("groupadd -g %d envd", g.gid)),
llb.WithCustomName("[internal] create user group envd")).
Expand Down

0 comments on commit ad6a8bd

Please sign in to comment.