post(busybox-aws): grammar

This commit is contained in:
MDLeom 2020-10-21 09:04:22 +00:00
parent 97929bb41d
commit 92153f9189
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ $ sudo lsof -i -P -n | grep busybox
busybox 85600 www-data 3u IPv4 527284 0t0 TCP *:80 (LISTEN)
```
But we still can't escape the fact that `httpd` is still started using root:
But we still can't escape the fact that `httpd` was started using root:
```
$ ps aux | grep httpd