Skip to content

Commit b50135a

Browse files
committed
Fix typos found in code review
1 parent 9336f38 commit b50135a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

command_darwin_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ func TestCommand_WithValidTimeout(t *testing.T) {
3636

3737
// I really don't see the point of mocking this
3838
// as the stdlib does so already. So testing here
39-
// seems redundant. This simple check if we're compliant
40-
// with an api changes
39+
// seems redundant. This simply checks if we're compliant
40+
// with api changes
4141
func TestCommand_WithUser(t *testing.T) {
4242
cmd := NewCommand("echo hello", WithUser(syscall.Credential{}))
4343
err := cmd.Execute()

0 commit comments

Comments
 (0)