Skip to content

Commit

Permalink
fix codespell errors
Browse files Browse the repository at this point in the history
Probably there's a new codespell in pip.  Not ideal to have a moving
target in CI like that but that's another issue.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
  • Loading branch information
vrothberg committed Aug 24, 2022
1 parent 932b93f commit 2412727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/proc/stat.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Stat struct {
// whether or not the executable is swapped out.
Comm string
// (3) The process state (e.g., running, sleeping, zombie, dead).
// Refer to proc(5) for further deatils.
// Refer to proc(5) for further details.
State string
// (4) The PID of the parent of this process.
Ppid string
Expand Down

0 comments on commit 2412727

Please sign in to comment.