Fix typos

This commit is contained in:
Marcel Bischoff 2015-12-03 23:13:46 +01:00
parent 9b0793a354
commit 0569f90303

View File

@ -1199,10 +1199,10 @@ sudo purge
#### Show Memory Statistics
```bash
# one time
# One time
vm_stat
# table of data, repeat 10 times total, 1 second wait between each poll
# Table of data, repeat 10 times total, 1 second wait between each poll
vm_stat -c 10 1
```