Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Commit 9400790

Browse files
committed
procstat: trivial spelling issues
1 parent a08616e commit 9400790

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

procstat/python_modules/procstat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@
8787
### process and then find all processes with the same process
8888
### group ID (pgid). "ps" is only used for regex searching on
8989
### the initial lookup for the parent pid (ppid). Now all
90-
### subsuquent calls use /proc/[pid]/stat for CPU jiffies, and
90+
### subsequent calls use /proc/[pid]/stat for CPU jiffies, and
9191
### /proc/[pid]/statm for memory rss.
9292
### * Added testing switch "-t" to help troubleshoot a regex
93-
### * Added display switches "-s" and "-m" to format the outup
93+
### * Added display switches "-s" and "-m" to format the output
9494
### of /proc/[pid]/stat and /proc/[pid]/statm
9595
###
9696

0 commit comments

Comments
 (0)