Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shayancanonical authored and root committed Jul 28, 2023
1 parent 5d8df0b commit df9e315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/overlord/cmdstate/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func Exec(st *state.State, args *ExecArgs) (*state.Task, ExecMetadata, error) {
return nil, ExecMetadata{}, errors.New("cannot use interactive mode without a terminal")
}

// Inherit the pebble daemon environment (execpt HOME and USER env vars)
// Inherit the pebble daemon environment (except HOME and USER env vars)
environment := osutil.Environ()
for _, k := range []string{"HOME", "USER"} {
if _, ok := environment[k]; ok {
Expand Down

0 comments on commit df9e315

Please sign in to comment.